noqqe » blog | sammelsurium | photos | projects | about

Cpan

2018-03-15 @ Software

Install

interactive

# cpan
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.9205)
ReadLine support available (maybe install Bundle::CPAN or Bundle::CPANxxl?)

cpan[1]> install JMX::Jmx4Perl

shell

perl -MCPAN -e "install JMX::Jmx4Perl"

shell ohne tests

perl -MCPAN -e "CPAN::Shell->notest('install', 'JMX::Jmx4Perl')"