What?s your favorite module and why?
Answers were Sorted based on User's Feedback
Answer / tony
My Favorite module is LWP and WWW because it is used to connect the perl into the web and getting the source page.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
Answer / raza jafri
My Favorite module is DBI.pm because it can handle almost
all the queries related to database.
Create,Delete,Insert,update.
| Is This Answer Correct ? | 1 Yes | 0 No |
Write a program to show the process of spawning a child process
What is -> symbol in perl?
Write syntax to add two arrays together in perl?
write a script to generate n prime no.s?
What does next statement do in perl?
What does perl do in linux?
How we can navigate the xml documents?
Explain the default scope of variables in perl?
How to convert arrays into a string in perl?
How do I pass a command line argument in perl?
Write a script for 'count the no.of digits using regular expressions in perl..
Differentiate use and require?