When would you not use Perl for a project?

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


Please Help Members By Posting Answers For Below Questions

What are the various flags/arguments that can be used while executing a perl program?

670


What rules must be followed by modules in perl.

772


What is perl? What is the basic command to print a string in perl?

696


What is the closure in PERL?

788


Explain ivalue in perl?

760


What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?

818


What is the difference between perl list and perl array?

677


What is perl push array function?

753


Which has highest precedence in between list and terms? Explain?

659


We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?

2194


What is the use of command “use strict”?

773


What are perl array functions?

760


Explain the difference between "my" and "local" variable scope declarations. ?

786


Enlist the advantages of using c over perl?

723


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 ?"

2228