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 Perl?
Differentiate use and require?
How can you replace the characters from a string and save the number of replacements?
Can you add two arrays together?
How would you ensure the re-use and maximum readability of your perl code?
What is a hash?
6 Answers Photon, Satyam, Wipro,
Explain perl. When do you use perl for programming?
Explain the default scope of variables in perl?
What arguments do you frequently use for the Perl interpreter and what do they mean?
What are the arguements we normally use for perl interpreter?
How many ways can we express string in Perl?
Explain split function in perl?