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 arguements we normally use for perl interpreter?
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)
Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?
How do I replace every character in a file with a comma?
What is boolean context?
Why we use CGI?
Explain ivalue?
What is goto statement in perl?
Differentiate use and require?
What is cpan in perl?
What $! In perl?
How do I do fill_in_the_blank for each file in a directory?