Sunday, January 8, 2012

How to install a Perl Module


--: Steps are given below :--

--> On a server with CPanel, 
you can log into the WHM and install it there,  
If that for some reason doesn't work for you, you can log into the shell as root ,
and install it via the command line.  Once logged in, from any directory, 
type:   echo "HTML::Template" | /usr/local/cpanel/whostmgr/bin/perlmod -i  
(in this case, the module we want to install is HTML::Template).

No comments:

Post a Comment