Hello, I am unable to do something that should be very simple. I am using active state ppm and I want to install a module but its not in any of my active repositories.
http://cvs.freebsoft.org/repository/*checkout*/perl-lib/ExtDBH/lib/ExtDBH.pm?rev=1.7
the .pm file is located at the URL above. The help says I can pass a URL which I tried but ppm takes the URL and searches my repositories!
Why is it so difficult to install this module? I'm a beginner obviously.
the module is ExtDBH and I'm supposed to include the following in my script
use DBI;
use DBD::Pg;
use ExtDBH;
help!