Free Software Server Environment : Perl

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: FSSE.INFO is produced by "osde8info" :

Revision [375]

Most recent edit made 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 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


Deletions:

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 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         


Debian & Xubuntu
Use synaptic to install
libnet-ssleay-perl - Perl module for Secure Sockets Layer (SSL)



REFERRERS
SystemServices
WebMin




Revision [123]

Edited on 2006-09-16 15:24:46 by FsseInfo

Additions:

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 <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




Revision [107]

The oldest known version of this page was edited on 2006-09-13 06:56:19 by FsseInfo

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
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0806 seconds