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

What is perl unshift array function?

0 Answers  


How can arrays be tied?

0 Answers  


Explain string comparison operators in perl.

0 Answers  


Which web site will help the student to download the Java mini Project ?

3 Answers  


Explain grooving and shortening of arrays?

0 Answers  






Does Perl have objects? If yes, then does it force you to use objects? If no, then why?

0 Answers  


What are the various flags/arguments that can be used while executing a perl program?

0 Answers  


Why -w argument is used with perl programs?

0 Answers  


how to create a flat file database as shown below s.no name age city phone 0 hema 22 Calcutta 4312542 1 hema 21 Bangalore 2344345 2 ganesh 25 delhi 2445454 3 kartik 45 pune 4312121 4 santosh 25 Hyderabad 2254231 5 kumar 25 mysore 2344567 6 gita 34 mangalore 6532123 7 gita 32 pune 2213456 Q1.print the details of the person who r from bangalore q2.Replace the city name managlore to pune q3.prints no of person having name gita and hema q4.print how many are of age 25.

0 Answers  


What are the options that can be used to avoid logic errors in perl?

0 Answers  


Explain the meaning of perl one-liner?

0 Answers  


What does -> symbol indicates in Perl?

0 Answers  


Categories