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

How to find the length of an array in perl?

1015


How will you get the count of parameters passed to a perl subroutine?

945


How to merge two arrays in perl?

1040


What is boolean context?

983


Write the program to process a list of numbers.

978


There are some duplicate entries in an array and you want to remove them. How would you do that?

906


Explain the meaning of closure in perl.

1021


What is the peculiarity of returning values by subroutines in perl?

905


Which feature of perl provides code reusability?

983


Explain USE and REQUIREMENT statements?

923


How do find the length of an array?

1122


How would you ensure the re-use and maximum readability of your perl code?

933


what is the difference between java and cgi?

1063


What is chomp() operator/function?

1047


Which functions in Perl allows you to include a module file or a module and what is the difference between them?

998