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 |
What is a perl references?
Explain lists in perl?
Remove the duplicate data from @array=(“perl”,”php”,”perl”,”asp”)
How to read from a pipeline with Perl
How to add elements in a hash in perl?
What exactly is grooving and shortening of the array?
Write a program to decode the data in the form using cgi programming
What is “grep” function in perl?
What are the different types of perl operators?
Explain different types of perl operators.
Explain goto label?
How can memory be managed in Perl?