in reply to Re: Setting up the dbi modules
in thread Setting up the dbi modules

Hi Martin,

Thanks for the reply, this is exactly inline with what I am looking for. I just tried using the command line but it doesn't seem to work for me.

I tried the following:
c:\>ppm install http://cpan.uwinnipeg.ca/PPMPackages/10xx/package.ppd
And got the following:
ppm install failed: No PPd found at http://cpan.uwinnipeg.ca/PPMPackag +e.ppd
I also added trouchelle.com and cpan.uwinnipeg.ca to my repository and still no luck. I'm very confused :(

Replies are listed 'Best First'.
Re^3: Setting up the dbi modules
by marto (Cardinal) on May 31, 2009 at 08:25 UTC

    I'm not sure if those are the URL you are actually trying, perhaps the uwinnipeg repository does not have 5.10 packages for the modules you are looking for. Try:

    ppm install http://trouchelle.com/ppm10/DBI.ppd

    Have you tried searching for these modules with ppm?

    Martin