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...

how to install a package in perl ????

Answer Posted / jayakumar.b

Perl Installation on Linux/Unix:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% perl Makefile.PL
% make // nmake for Windows.
% make test
% make install
% make clean

Perl Installation on Windows:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% perl -MCPAN -e shell
% install <Module Name> Eg: install Net::FTP

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the various file operations in perl. Explain with example.

874


What does -> symbol indicates in Perl?

920


List all the features of perl programming?

849


What does delete function do in perl?

928


What are the reasons that cookie server can’t handle multiple connections?

904


What does a die() function do in perl?

931


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

976


Define perl scripting?

927


What are scalars?

938


What package you use to create a windows services?

830


Which has highest precedence in between list and terms? Explain?

816


What are the options that can be used to avoid logic errors in perl?

896


What is boolean context?

926


In Perl, there are some arguments that are used frequently. What are that arguments and what do they mean?

857


What is the use of –w?

869