Perl

From Nuclear Physics Group Documentation Pages
Revision as of 18:57, 21 May 2008 by Steve (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Perl Administration

Install a new module for Perl from CPAN:

perl -MCPAN -e 'install Base::Modulename'  # to install Base::Modulename, eg Crypt::PasswdMD5

Make sure there's not an official package, first though. We've had some problems with module dependencies bite us (ldapcat and friends on einstein).

You can find what modules exists in search cpan cpan modules list kobesearch