in reply to Getting A module off CPAN
If you're going to install it too, look into using CPAN.pm... an example is:
shell> perl -MCPAN -e 'install Net::AIM' [download]
-- Casey