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

In Perl, what is grep function used for?

1008


Who created perl?

877


What is automatic error handling in perl?

967


what is the main function of fork() in cgi programming?

1033


What does the qq{ } operator do?

889


There are two types of eval statements i.e. Eval expr and eval block. Explain them.

941


What is boolean context?

926


Differentiate between arrays and list in perl.

947


Why does Perl not have overloaded functions?

972


When do you use perl programming?

945


What is perl I used for?

904


Explain socket programming in perl?

857


How can the user execute a long command repeatedly without typing it again and again?

860


How do I pass a command line argument in perl?

919


What is the difference between single (') and double (") quote in a string in perl?

903