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 Polymorphism in Perl?
How can you replace the characters from a string and save the number of replacements?
Which functions in perl allows you to include a module file.
What is the purpose of “_file_ literal” and “_line_ literal” in perl?
What does init 5 and init 0 do?
Show the use of sockets for the server and client side of a conversation?
What does localtime() do in perl?
What is cpan in perl?
How to read a single line from a file in perl?
Which guidelines by Perl modules must be followed?
What is it meants by '$_'?
How to open and read data files with Perl
Explain what is perl language?
Explain tk?
Which operator in perl is used for the concatenation of two strings?