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
Learning Node.JS Programming - Nov 10, 2014
React Native - Nov 01, 2016
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Apr 25, 2024 - 9:05 a.m. EDT