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
List the operator used in Perl?
How to get help for perl?
Why aren't Perl's patterns regular expressions?
You want to empty an array. How would you do that?
What is the use of -t?
How do I read command-line arguments with Perl?
When do you use perl programming?
Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.
How can I implement the function overloading in Perl ? I read about the operator overloading, I do not know how to implement the function overloading. Thanks in advance ?
Why -w argument is used with perl programs?
Explain lexical variables.
How to close a file in perl?
What are the two ways to get private values inside a subroutine?
Create a function that is only available inside the scope where it is defined ?
What are hashes?