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 |
Try pattern matching for the following: 1) 10.111.23.11 2) /root/abc/cde/fgg/ac.xml --> Get file name without extention. 3) /root/abc/ac.xml/fgg/ac.xml --> Get file name without extention. 4) What does "DIE" meant in PERL? 5) chomp 6) "This is saturday" --> Print the weekday number. 7) 11-2-2009 --> Print the name of the month. 8) Reverse the string without using func in C.
What is perl unshift array function?
Write a cgi program to show the header part?
Give an example of using the -n and -p option.
What is the difference between $array[1] and @array[1]?
How can the user execute a long command repeatedly without typing it again and again?
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 ?"
What does cgi program store?
Explain strftime() function in perl?
How will you open a file in read-only mode in perl?
How to read a directory in perl?
Write a program that shows the distinction between child and parent process?