The perl documentation system:
Need to run commands as owner of perl files, usually root
A few other useful commands in the CPAN shell are
i /mp3/ - search for all modules with /mp3/ in the name
i MP3::Info - show information about this module
look MP3::Info - download a module and start a subshell where you
can look around before installing
readme MP3::Info - show the readme file for the module
? - show command summary
There are several ways to use modules installed in private directories:
All of these will append /path/to/module to @INC.