Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What are stdin, stdout and stderr?

1209


What does perl do in linux?

993


Explain returning values from subroutines?

1000


Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?

1152


Show the use of sockets for the server and client side of a conversation?

933


What are the functions that can be performed using cgi program?

975


What is the use of now constructor in perl?

1020


What is the use of -t?

1023


What is the purpose of “_file_ literal” and “_line_ literal” in perl?

961


Mention the difference between die and exit in Perl?

1171


How do find the length of an array?

1193


List the data types that Perl can handle?

1121


How interpreter is used in perl?

992


Explain what is the scalar data and scalar variables in Perl?

985


How to turn on Perl warnings? Why is that important?

1138