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
What does perl do in linux?
Explain tk?
How many ways can we express string in Perl?
Comment on array slicing and range operator
List all the features of perl programming?
What are hashes?
How do I do fill_in_the_blank for each file in a directory?
How can you create anonymous subroutines?
What are the advantages of c over Perl?
Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?
Where do we require ‘chomp’ and what does it mean?
What is eval function in perl?
What is -> symbol in perl?
Write a program that shows the distinction between child and parent process?
How do I pass a command line argument in perl?