- http://www.b.shuttle.de/hayek/mediawiki/w/index.php?title=Main_Page#Computers.2FProgramming.2FLanguages.2FPerl – moved this article to my wiki in 2015-03
- http://Jochen.Hayek.name/wp/blog-en/2010/07/02/appperlbrew-manage-perl-installations-in-your-home-or-wherever-you-want/ : my own updated notes on App::perlbrew; including a note on creating a stable alias for steady and ongoing use
- http://Jochen.Hayek.name/wp/blog-en/2010/07/08/appcpanminus-a-new-cpan-installer/ : my own notes on App::cpanminus, “yet another CPAN installer” (Just for me, for finding my way through confusion.)
My usual starting point before installing a CPAN module:
$ perlbrew switch stable
$ perlbrew install-cpanm # e.g. – never a bad idea
$ cpanm Date::Calc # e.g.
Leave a Reply