**** KnowHow - Software - Perl ****

Ähnliches:
- [Altlasten]
- http://permalink.de/tino/perlscripts

*** CPAN ***

[[
perl -MCPAN -e 'install Package'
perl -MCPAN -e 'force install Package' # when DynaLoader tells some crap
perl -MCPAN -e shell
perl -MCPAN -e 'test Package'
]]

Upgrade CPAN:

[[
perl -MCPAN -e shell
install Bundle::CPAN
reload cpan
]]