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 |
How many types of operators are used in the Perl?
You want to connect to sql server through perl. How would you do that?
What are the features of perl language?
What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
Write a script for 'count the no.of digits using regular expressions in perl..
Explain the meaning of perl one-liner?
What is warn function in perl?
Write a program to decode the data in the form using cgi programming
In Perl we can show the warnings using some options in order to reduce or avoid the errors. What are that options?
What are scalars?
Explain cpan?
Can inheritance be used in perl? Explain with the help of an example.