What are the characteristics of a project that is well
suited to Perl?
Answer Posted / 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 View All Answers
Explain the difference between "my" and "local" variable scope declarations. ?
You want to open and read data files with perl. How would you do that?
What is the use of 'ne' operator?
Why does Perl not have overloaded functions?
How to renaming a file in perl programming?
How do you you check the return code of a command in perl?
How many data types are there in perl?
Comment on data types and variables in perl.
How to remove a directory in perl?
What are the logical operators used for small scale operations?
What are numeric operators in perl?
Explain returning values from subroutines?
What is a chop() function in perl?
What is the difference between single (') and double (") quote in a string in perl?
How to find the length of an array in perl?