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
How to compare two strings in perl?
What is the importance of perl warnings? How do you turn them on?
What is subroutine in perl?
How to access parameters passed to a subroutine in perl?
What are the different ways to run cgi?
What is the use of '>>' in perl?
What is lexical variable in perl?
How to dereference a reference?
Explain goto label?
What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
How to code in perl to implement the tail function in unix?
How to sort arrays in perl?
What are the purpose of close(), getc() and read() functions?
Explain perl.
Give an example of using the -n and -p option.