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 usage of -i and 0s options?
How can the user execute a long command repeatedly without typing it again and again?
What does redo statement do in perl?
What is boolean context?
What $! In perl?
Why do we use "use strict" in perl?
You want to concatenate strings with perl. How would you do that?
How and what are closures implemented in perl?
Explain perl. When do you use perl for programming?
How does polymorphism work in perl?
What is perl I used for?
How will you create a file in perl?