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 Critic and Diag - Oct 09, 2013
"How to be a great software developer" - Apr 22, 2014
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Mar 29, 2024 - 9:20 a.m. EDT