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
you are required to replace a char in a string and store the number of replacements. How would you do that?
Differentiate between arrays and list in perl.
Explain chomp?
What is the purpose of goto expr statement?
What is -> symbol in perl?
How will you open a file in a write-only mode in perl?
Why Perl aliases are considered to be faster than references?
How do you match one letter in the current locale?
What is “grep” function in perl?
What is the use of command “use strict”?
What is perl I used for?
What is eval function in perl?
Explain the various characteristics of perl.
How to replace perl array elements?
How to create a directory in perl?