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 is the difference between use and require in perl programming?
How do you turn on the perl warnings?
what is the function that is used to identify how many characters are there in a string?
There are some duplicate entries in an array and you want to remove them. How would you do that?
You want to read command-line arguements with perl. How would you do that?
What is perl shift array function?
Where do we require ‘chomp’ and what does it mean?
What is grep used for in perl?
Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the test has passed or not.
How to sort dates in Perl ?
What is the difference between perl list and perl array?
Why Perl aliases are considered to be faster than references?