Answer Posted / selvaraju
It is having the features of scripting(shell) as well as
programming(like c). Using perl u can easily do the system
administration works where comparitively difficult with
shell script.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What does the qx{ } operator do?
What is perl? What is the basic command to print a string in perl?
How do I send e-mail from a Perl/CGI program on a Unix system?
Elaborate on perl bite-wise operators.
Explain the arguments for perl interpreter.
How to create a directory in perl?
How to read a single line from a file in perl?
Explain substr function in perl?
What is the easiest way to download the contents of a URL with Perl?
What is the use of -t?
Differentiate use and require?
What is the purpose of redo statement?
What does read () command do?
Differentiate between arrays and list in perl.
Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?