When would you not use Perl for a project?



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

Post New Answer

More CGI Perl Interview Questions

How do you find the length of an array?

0 Answers  


How to concatenate strings in perl?

0 Answers  


Explain USE and REQUIREMENT statements?

0 Answers  


Explain the difference between use and require?

5 Answers   Aspire,


In Perl, there are some arguments that are used frequently. What are that arguments and what do they mean?

0 Answers  






Which operator in perl is used for the concatenation of two strings?

0 Answers  


In CPAN module, name an instance you use.

0 Answers  


What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?

0 Answers  


Write a program to download the contents from www.perlinterview.com/answers.php website in Perl.

0 Answers  


Explain gmtime() function in perl?

0 Answers  


What are the logical operators used for small scale operations?

0 Answers  


Which of these is a difference between Perl and C++ ?

0 Answers  


Categories