Oh, right. I forgot about that part. I write/use enough Perl scripts that I'm always downloading modules anyway.
What you need to do is 'sudo cpan', follow the prompts for configuration (mostly just hitting Return a lot), then tell it to install all the modules listed at the top of the Perl script. 'install LWP', 'install Digest::MD5', etc. Those will hopefully Just Work.
no subject
What you need to do is 'sudo cpan', follow the prompts for configuration (mostly just hitting Return a lot), then tell it to install all the modules listed at the top of the Perl script. 'install LWP', 'install Digest::MD5', etc. Those will hopefully Just Work.