Answer Posted / raghav
My Favourite module is CGI.pm Bcoz it can handle almost all
the tasks like
1. parsing the form input
2. printiing the headers
3. can handle cookies and sessions
and much more
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why is it hard to call this function: sub y { "because" } ?
Why Perl aliases are considered to be faster than references?
What does the’$_’ symbol mean?
what is Chop & Chomp function does?
Elaborate on perl bite-wise operators.
Explain gmtime() function in perl?
Explain the arguments for perl interpreter.
What is the difference between die and exit in perl?
What is perl programming?
What does redo statement do in perl?
What can be done for efficient parameter passing in perl? Explain.
What is the difference between perl array and perl hash?
What are stdin, stdout and stderr?
How do I replace every character in a file with a comma?
What is a chop() function in perl?