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 |
How to make the following assignment, as arrayreference assignment ? my $arr_ref='[1,2,3,4,4,'elem']';
What are the various file operations in perl. Explain with example.
What does localtime() do in perl?
What is the difference between die and exit in perl?
What does cgi program store?
what are the two ways to get private values inside a subroutine or block?
Enlist the advantages of using c over perl?
Explain join function in perl?
What are the various flags/arguments that can be used while executing a perl program?
Explain what is lvalue?
what is the difference between java and cgi?
Difference between Perl and Mod_perl?