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 is the usage of -i and 0s options?
How the interpreter is used in Perl?
What is “grep” function in perl?
Explain string comparison operators in perl.
How to read from a pipeline with Perl
Explain different types of perl operators.
What is the easiest way to download the contents of a URL with Perl?
Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?
How to deleting an existing file in perl programming?
How do find the length of an array?
Why to use perl?
Enlist the advantages of using c over perl?
What are scalar data and scalar variables?
How to read a file into a hash array?
How will you access an element of a perl array?