http://qs321.pair.com?node_id=347618

I just found out that the often-used command
perl -MCPAN -e "install Module::Name"
should really be written
perl -MCPAN -e "install 'Module::Name'"
Why? Just try to install LWP::UserAgent...