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 does a “grep” function perform?
Write the program to process a list of numbers.
What do the symbols $ @ and % mean when prefixing a variable?
What is hash?
I have one question regarding to eval function. I know eval function is use for error checking but I am not able to understand below line. eval \'exec perl -S $0 ${1+\"$@\"}\' if 0; $0 for script name $@ set if error occur
Write a program to concatenate the $firststring and $secondstring and result of these strings should be separated by a single space.
How do you you check the return code of a command in perl?
What is the use of '>>' in perl?
How to open a directory in perl?
what is Polymorphism in Perl?
Explain what is STDIN, STDOUT and STDERR?
There are some duplicate entries in an array and you want to remove them. How would you do that?