Installing a Perl Module
perl -MCPAN -e 'install HTML::Template'
OR
Download module to install.
tar -zxvf HTML-Template-2.8.tar.gz
(cd into the module directory)
perl Makefile.PL
make
make test
make install
#perl - #programming - #howto
From JR's : articles
30 words - 231 chars
created on
- #
source
- versions
Related articles
Run perl script as a daemon - Nov 14, 2014
Loop through a Perl array - Oct 02, 2013
Perl links to read - Jul 09, 2013
Perl try, catch, eval, die, warn, carp - Jun 25, 2013
Perl and Curl - Mar 23, 2015
more >>