Sunday, February 6, 2011

PERL : Modules

tar - many file roled into one
perl -e 'print "@INC"' # an array containing a list of modules to include upon executing scripts
perl -MCPAN -e shell
cpan>help
cpan>i /SFTP/ #search for secure FTP
cpan>b #bundle(related modules) available on CPAN
cpan>i Net::SFTP # info about a module
cpan>install Net::SFTP
cpan>install CPAN::Bundle

No comments:

Post a Comment