What?s your favorite module and why?

Answers were Sorted based on User's Feedback



What?s your favorite module and why? ..

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

What?s your favorite module and why? ..

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

What?s your favorite module and why? ..

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

Post New Answer

More CGI Perl Interview Questions

How do I debug a perl program?

0 Answers  


How do you debug a Perl scripting ( at the compile time error or run time error) in Unix environment ?

4 Answers  


Which feature of perl provides code reusability?

0 Answers  


Mention the difference between die and exit in Perl?

0 Answers  


Explain substr function in perl?

0 Answers  






What is goto statement in perl?

0 Answers  


List all the features of perl programming?

0 Answers  


What is the difference between perl array and perl hash?

0 Answers  


explain the various functions/directives in perl that allow you to include/import a module. Also, state the differences between them.

0 Answers  


what is the main function of fork() in cgi programming?

0 Answers  


I have one question regarding to eval function. I know eval function is use for error checking but I am not able to understand below line. eval \'exec perl -S $0 ${1+\"$@\"}\' if 0; $0 for script name $@ set if error occur

0 Answers  


For a situation in programming, how can you determine that Perl is a suitable?

0 Answers  


Categories