What are the characteristics of a project that is well
suited to Perl?
Answer / 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 |
Differentiate between c++ and perl.
How to read a file into a hash array?
What are the arguements we normally use for perl interpreter?
What is the difference between single (') and double (") quote in a string in perl?
You want to empty an array. How would you do that?
Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?
How does polymorphism work in perl?
Explain the difference between my and local?
We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?
what r the different type of function in perl ???
What does read () command do?
How to concatenate strings with perl?