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 |
write a script to display mirror image of a entered value and also check whether Palindrome
What is the use of '>>' in perl?
Write a program that shows the distinction between child and parent process?
Explain a tell function in perl?
What does `$result = f() .. g()' really return?
i have a folder called 'error' and in that, i have error log files which are generated by the build, now i want to findout the string 'error' from each log file and that error has to be copied into the another file called 'analysis'. how do you do this in perl?
what is the difference between require and use in perl?
What are the different types of perl operators?
Define perl scripting?
Explain the internal working of cgi
How does polymorphism work in perl? Give an example.
You want to print the contents of an entire array. How would you do that?