My Stuff

My Collection of Useful Stuff

« PreviousNext »

Installing Perl Modules on Unix

17 March 2007

perlmodinstall2 - Installing Perl Modules
perl Makefile.PL, make, make test, make install

The standard way to install a Perl module on Unix is to change into the directory that was created when you unpacked the .tar.gz file, and then type the following sequence of commands:

perl Makefile.PL
make
make test
make install

Posted in Perl, Scripting, Linux | Trackback | del.icio.us | Top Of Page

Comments are closed.