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
What is qq (double q)operator in perl?
Why does Perl not have overloaded functions?
What interface used in PERL to connect to database? How do you connect to database in Perl?
Explain perl. When do you use perl for programming?
What is the closure in PERL?
What does -> symbol indicates in Perl?
What is a perl references?
In CPAN module, name an instance you use.
Which functions in perl allows you to include a module file. State their differences.
How to convert strings into an array in perl?
Explain grooving and shortening of arrays and splicing of arrays?
What are scalars in perl?
How do I read command-line arguments with Perl?
What is v-strings?
What is hash?