Wiki source for Perl
===Perl===
http://www.perlfoundation.org/
===CPAN - Comprehensive Perl Archive Network===
http://www.cpan.org/
==CPAN Module Install==
To install extra perl modules [[http://search.cpan.org/ search]] for the perl module you want then download it, untar it and (make) install it.
%%
$ tar zxvf <module>
$ cd <module>
$ perl Makefile.PL
$ make
$ make test
%%
You probably have to su to root to install
%%
$ su -
# make install
%%
----
REFERRERS
{{backlinks}}
http://www.perlfoundation.org/
===CPAN - Comprehensive Perl Archive Network===
http://www.cpan.org/
==CPAN Module Install==
To install extra perl modules [[http://search.cpan.org/ search]] for the perl module you want then download it, untar it and (make) install it.
%%
$ tar zxvf <module>
$ cd <module>
$ perl Makefile.PL
$ make
$ make test
%%
You probably have to su to root to install
%%
$ su -
# make install
%%
----
REFERRERS
{{backlinks}}