Revision [375]
Last edited on 2007-04-20 09:48:27 by FsseInfoAdditions:
===Perl===
http://www.perlfoundation.org/
===CPAN - Comprehensive Perl Archive Network===
==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
$ cd
$ 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===
==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
$ cd
$ perl Makefile.PL
$ make
$ make test
%%
You probably have to su to root to install
%%
$ su -
# make install
%%
----
REFERRERS
{{backlinks}}
Deletions:
>>===Perl
Revision [369]
Edited on 2007-04-20 01:17:00 by Ri2Seo (unregistered user)Additions:
>>===Perl
Deletions:
==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
$ cd
$ perl Makefile.PL
$ make
$ make test
%%
You probably have to su to root to install
%%
$ su -
# make install
%%
==Debian & Xubuntu==
Use synaptic to install
%%
libnet-ssleay-perl - Perl module for Secure Sockets Layer (SSL)
%%
----
REFERRERS
{{backlinks}}
Revision [123]
Edited on 2006-09-16 15:24:46 by FsseInfoAdditions:
>>http://www.perlfoundation.org/
>>===Perl & CPAN - Comprehensive Perl Archive Network===
==Debian & Xubuntu==
Use synaptic to install
libnet-ssleay-perl - Perl module for Secure Sockets Layer (SSL)
>>===Perl & CPAN - Comprehensive Perl Archive Network===
==Debian & Xubuntu==
Use synaptic to install
libnet-ssleay-perl - Perl module for Secure Sockets Layer (SSL)
Deletions:
http://www.perlfoundation.org/
===CPAN - Comprehensive Perl Archive Network===
Revision [122]
Edited on 2006-09-15 13:22:45 by FsseInfoAdditions:
$ perl Makefile.PL
Deletions:
Revision [114]
Edited on 2006-09-14 05:13:41 by FsseInfoAdditions:
$ tar zxvf
$ cd
$ Perl Makefile.PL
$ make
$ make test
You probably have to su to root to install
$ su -
# make install
$ cd
$ Perl Makefile.PL
$ make
$ make test
You probably have to su to root to install
$ su -
# make install
Deletions:
# cd
# ./Makefile.PL -t # builds and tests it
# make install # You probably have to su to root to do this