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

How can you use Perl warnings and what is the importance to use them?

925


How to concatenate strings with perl?

820


Define perl scripting?

949


What is perl push array function?

905


List the prefix dereferencer in Perl.

899


What is the use of -n and -p options?

1005


how to extract pin_code,phone_number,year from text file using regular expressions in perl

2207


Suppose an array contains @arraycontent=(‘ab’, ‘cd’, ‘ef’, ‘gh’). How to print all the contents of the given array?

936


What is hash?

991


Explain goto label?

883


Why we use CGI?

2506


Who created perl?

890


What does read () command do?

890


What is the difference between use and require in perl?

820


Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.

992