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

write a script to display mirror image of a entered value and also check whether Palindrome

3 Answers   HCL, Persistent,


What is the use of '>>' in perl?

0 Answers  


Write a program that shows the distinction between child and parent process?

0 Answers  


Explain a tell function in perl?

0 Answers  


What does `$result = f() .. g()' really return?

0 Answers  


i have a folder called 'error' and in that, i have error log files which are generated by the build, now i want to findout the string 'error' from each log file and that error has to be copied into the another file called 'analysis'. how do you do this in perl?

5 Answers   HP,


what is the difference between require and use in perl?

3 Answers   IBM,


What are the different types of perl operators?

0 Answers  


Define perl scripting?

0 Answers  


Explain the internal working of cgi

0 Answers  


How does polymorphism work in perl? Give an example.

0 Answers  


You want to print the contents of an entire array. How would you do that?

0 Answers  


Categories