I am setting up a web site that uses the paypal.pl script. The script says it requires CGI qw(:standard escapeHTML).
Blue host has a thingy to install perl scripts but this script is not found. I searched CPAN for it (anything with the letters qw) and did not find it.
http://www.cpan.org/modules/01modules.index.html
I found lots of hits on scripts using this module so it must exist - here are the lines in the paypal.pl script
# Modules
use CGI::Carp;
use CGI qw(:standard escapeHTML);
use LWP::UserAgent;
My question - how do I find CGI qw(:standard escapeHTML) so I can install it?