Revision [375]

Last edited on 2007-04-20 09:48:27 by FsseInfo
Additions:
===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}}
Deletions:
>>http://www.perlfoundation.org/
>>===Perl


Revision [369]

Edited on 2007-04-20 01:17:00 by Ri2Seo (unregistered user)
Additions:
>>===Perl
Deletions:
>>===Perl & 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
%%

==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 FsseInfo
Additions:
>>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)
Deletions:
===Perl===
http://www.perlfoundation.org/
===CPAN - Comprehensive Perl Archive Network===


Revision [122]

Edited on 2006-09-15 13:22:45 by FsseInfo
Additions:
$ perl Makefile.PL
Deletions:
$ Perl Makefile.PL


Revision [114]

Edited on 2006-09-14 05:13:41 by FsseInfo
Additions:
$ tar zxvf
$ cd
$ Perl Makefile.PL
$ make
$ make test
You probably have to su to root to install
$ su -
# make install
Deletions:
# tar zxvf
# cd
# ./Makefile.PL -t # builds and tests it
# make install # You probably have to su to root to do this


Revision [107]

The oldest known version of this page was created on 2006-09-13 06:56:19 by FsseInfo
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki