What are the characteristics of a project that is well
suited to Perl?
Answer / rajesh muppala
Here are my views
1.The Project should be an internal client but not mandatory
2.Minimal number of users can hit because of performance
issues
3.If the Project is dealing with many number of emails
sending
4.To develop faster and kick it off
| Is This Answer Correct ? | 3 Yes | 7 No |
How can you create anonymous subroutines?
What are the arguements we normally use for perl interpreter?
Does Perl have reference type?
What value is returned by a lone `return;’ statement?
What can be done for efficient parameter passing in perl?
What is “grep” function in perl?
What is the function of cgiwrap in cgi programming?
Which feature of perl provides code reusability?
What are the characteristics of a project that is well suited to Perl?
Why do you use Perl?
How do you turn on the perl warnings?
Write a script to reverse a string without using perl's built in functions?