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 |
what are the steps involved in reading a cgi script on the server?
I have created a CGI-based page,after entering all the values in to the fields, How to get the output on the web browser using Perl
How many types of variable in perl?
What does the qx{ } operator do?
What syntax is used for grep() function?
How to create a package?
What is the difference between $array[1] and @array[1]?
What is perl scripting?
What does the’$_’ symbol mean?
What is v-strings?
What is the easiest way to download the contents of a URL with Perl?
How can you create anonymous subroutines?