When would you not use Perl for a project?
Answer / mac
1. When you are developing an application for a real time
system in which processing speed is of utmost importnace
When to use Perl
1. For large text processing
2. When application does lot of data manipulation
3. When you need fast development
4. For database loading operations
5. When shell scrits grow to become libraries
| Is This Answer Correct ? | 9 Yes | 4 No |
How to sort arrays in perl?
How to convert arrays into a string in perl?
What is qq (double q)operator in perl?
Explain ivalue in perl?
what is Polymorphism in Perl?
What is grep used for in perl?
What does Perl do if you try to exploit the execve(2) race involving setuid scripts?
How do I replace every TAB character in a file with a comma?
Explain the use of 'my' keyword in perl?
How can you use Perl warnings and what is the importance to use them?
How to read from a pipeline with Perl
what is perl language?