Answer Posted / 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 |
Post New Answer View All Answers
What are the various flags/arguments that can be used while executing a perl program?
What rules must be followed by modules in perl.
What is perl? What is the basic command to print a string in perl?
What is the closure in PERL?
Explain ivalue in perl?
What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?
What is the difference between perl list and perl array?
What is perl push array function?
Which has highest precedence in between list and terms? Explain?
We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?
What is the use of command “use strict”?
What are perl array functions?
Explain the difference between "my" and "local" variable scope declarations. ?
Enlist the advantages of using c over perl?
There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"