Answer Posted / 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 |
Post New Answer View All Answers
We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?
How to sort arrays in perl?
Explain lists in perl?
Mention what is cpan?
What is the importance of perl warnings? How do you turn them on?
What is the purpose of _package_ literal?
Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical?
What is perl pop array function?
What is an interpolation in perl?
Which has the highest precedence, List or Terms? Explain?
What is a chop() function in perl?
explain the various functions/directives in perl that allow you to include/import a module. Also, state the differences between them.
What is 'commit' command in perl?
How to access parameters passed to a subroutine in perl?
How to prevent file truncation in perl?