FSSE.INFO : Perl

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented
Search:

Perl

http://www.perlfoundation.org/

CPAN - Comprehensive Perl Archive Network

http://www.cpan.org/
CPAN Module Install
To install extra perl modules 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
SystemServices
WebMin

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.1283 seconds