stephenn
09-07-2002, 05:24 PM
Hi,
Where do you normally install perl modeules?
thansk
Where do you normally install perl modeules?
thansk
![]() | View Full Version : where do u install perl modules stephenn 09-07-2002, 05:24 PM Hi, Where do you normally install perl modeules? thansk S-Servers 09-07-2002, 05:37 PM if you are using WHM you can do in there under SOFTWARE > Install a Perl Module, if not cant help you ;) MarlboroMan 09-07-2002, 05:44 PM If not, you can always use CPAN if you have it installed: www.cpan.org perl -MCPAN -e shell stephenn 09-07-2002, 06:38 PM Thanks for Both of you, It was really useful hints. apollo 09-08-2002, 07:57 AM download from cpan, unzip, untar, perl Makefile.PL, make, make test, make install :) from unix shell 2host.com 09-08-2002, 08:08 AM Installing a Perl module from source of from CPAN should install it in the proper place (Perl lib directories) without any intervention from you. You can (if you want) specify a prefix and install it to a home directory if you want or don't have root access (and most don't require a global install to work). |