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

Difference between the variables in which chomp function work ?

0 Answers  


What are the various file operations in perl. Explain with example.

0 Answers  


What syntax is used for grep() function?

0 Answers  


What is “grep” function in perl?

0 Answers  


Write a program that explains the symbolic table clearly.

0 Answers  






Explain string comparison operators in perl.

0 Answers  


What is the difference between perl array and perl hash?

0 Answers  


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

0 Answers  


Name an instance where you used a CPAN module?

3 Answers   IBM, TCS,


Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?

0 Answers  


Explain the meaning of perl one-liner?

0 Answers  


What are prefix dereferencer?

0 Answers  


Categories