When would you not use Perl for a project?
Answer / mac
1. When you are developing an application for a real time
system in which processing speed is of utmost importnace
When to use Perl
1. For large text processing
2. When application does lot of data manipulation
3. When you need fast development
4. For database loading operations
5. When shell scrits grow to become libraries
| Is This Answer Correct ? | 9 Yes | 4 No |
How can you create anonymous subroutines?
What are perl variables?
What are the logical operators used for small scale operations? Explain them briefly.
Explain the difference between use and require?
What is warn function in perl?
Comment on array slicing and range operator
How can memory be managed in Perl?
Write the program to process a list of numbers.
Explain lexical variables.
What is q (single q) operator in perl?
what r the different type of function in perl ???
What does 'do' statement do in perl?