Name an instance where you used a CPAN module?
Answer Posted / prabhath kota
You might have asked the question in reverse.For daily needs
and for normal development purposes in Perl, we need to use
many modules.
We will get the modules from a common repository called
"Cpan", in which programmers from all over the world keep
the modules. Anyone can use them.
Eg.,
Data::Dumper
CGI
HTML::Template
CGI::Carp qw(fatalsToBrowser);
CGI::Ajax ...
...........
..........
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
In Perl, what is grep function used for?
Who created perl?
What is automatic error handling in perl?
what is the main function of fork() in cgi programming?
What does the qq{ } operator do?
There are two types of eval statements i.e. Eval expr and eval block. Explain them.
What is boolean context?
Differentiate between arrays and list in perl.
Why does Perl not have overloaded functions?
When do you use perl programming?
What is perl I used for?
Explain socket programming in perl?
How can the user execute a long command repeatedly without typing it again and again?
How do I pass a command line argument in perl?
What is the difference between single (') and double (") quote in a string in perl?