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


Please Help Members By Posting Answers For Below Questions

How to disable the mod_perl from apache_server as i have used perlfect search on the site and its pagination is not working and the remedy is to disable the mod_perl.

1799


Explain socket programming in perl?

510


What are the advantages of programming in perl?

539


Explain perl. When do you use perl for programming? What are the advantages of programming in perl?

467


What is the use of now constructor in perl?

525






Differentiate between use and require, my and local, for and foreach and exec and system

484


Why -w argument is used with perl programs?

554


For a situation in programming, how can you determine that Perl is a suitable?

482


Explain strftime() function in perl?

541


Explain gmtime() function in perl?

566


What are the features of perl language?

590


What are the different types of perl operators?

531


What is 'rollback' command in perl?

548


In CPAN module, name an instance you use.

542


Explain the internal working of cgi

509