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 to read a single line from a file in perl?
Explain the various characteristics of perl.
There are two types of eval statements i.e. Eval expr and eval block. Explain them.
How do you turn on the perl warnings?
When does circular reference occur?
Why Perl aliases are considered to be faster than references?
What purpose does each of the following serve: -w, strict, - T ?
Write a script to reverse a string without using Perl's built in function
Mention how many ways you can express string in Perl?
Explain returning values from subroutines?
How to implement a stack in Perl?
How to find the length of an array in perl?