Additions:
Perl
http://www.perlfoundation.org/∞
CPAN - Comprehensive Perl Archive Network
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
REFERRERS
SystemServices
WebMin
Deletions:
Additions:
Deletions:
Perl & CPAN - Comprehensive Perl Archive Network
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
Debian & Xubuntu
Use synaptic to install
libnet-ssleay-perl - Perl module for Secure Sockets Layer (SSL)
REFERRERS
SystemServices
WebMin
Additions:
Perl & CPAN - Comprehensive Perl Archive Network
Debian & Xubuntu
Use synaptic to install
libnet-ssleay-perl - Perl module for Secure Sockets Layer (SSL)
Deletions:
Additions:
$ perl Makefile.PL
Deletions:
$ Perl Makefile.PL
Additions:
$ tar zxvf <module>
$ cd <module>
$ Perl Makefile.PL
$ make
$ make test
You probably have to su to root to install
$ su -
# make install
Deletions:
# tar zxvf <module>
# cd <module>
# ./Makefile.PL -t # builds and tests it
# make install # You probably have to su to root to do this
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>
# ./Makefile.PL -t # builds and tests it
# make install # You probably have to su to root to do this
REFERRERS
SystemServices
WebMin