What are the characteristics of a project that is well
suited to Perl?



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

Post New Answer

More CGI Perl Interview Questions

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

0 Answers  


How to turn on Perl warnings? Why is that important?

0 Answers  


Explain strftime() function in perl?

0 Answers  


Why does Perl not have overloaded functions?

0 Answers  


Explain returning values from subroutines?

0 Answers  






How would you ensure the re-use and maximum readability of your perl code?

0 Answers  


How does polymorphism work in perl?

0 Answers  


How to do comment in perl?

0 Answers  


What are prefix dereferencer? List them.

0 Answers  


What can be done for efficient parameter passing in perl?

0 Answers  


Is there any way to add two arrays together?

0 Answers  


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

0 Answers  


Categories