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
How we can navigate the xml documents?
What is the use of 'ne' operator?
What does the’$_’ symbol mean?
List the prefix dereferencer in Perl.
Explain what is lvalue?
How many types of operators are used in the Perl?
What does undef function in perl?
For a situation in programming, how can you determine that Perl is a suitable?
How to check the status of airplane mode (enable/disable) in perl for Android mobile?
Explain perl one-liner?
Explain the functioning of conditional structures in perl.
What are the advantages of c over Perl?
What are the different instances used in cgi overhead?
What does next statement do in perl?
What are numeric operators in perl?