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
Loop through a Perl array - Oct 02, 2013
Perl links to read - Jul 09, 2013
Run perl script as a daemon - Nov 14, 2014
Creating Perl Modules and OO Programming - Oct 17, 2013
Veery Blog App - April 2015 - Aug 03, 2015
more >>