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
Learning the Go language - Oct 06, 2014
Web and mobile development using Perl, HTML5, CSS3, and JavaScript - May 28, 2013
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Jan 12, 2025 - 5:42 a.m. EST