M
Mark S Pryor
hello c.l.p.m,
Using Win2k sp3
Perl 5.6.1 build 626 from
http://theoryx5.uwinnipeg.ca/
I went and got the latest 6xx edition of
DB_File from the above repository. The install (via ppd)
works great.
Was it wrong to write
My question is why does PPM keep the old version of
this package? Now I have the original DB_File v1.72 in
/perl/lib and latest (v1.801) is in /perl/site/lib.
The problem is
use DB_File;
will access the old version.
This is a rare Perl annoyance. I checked the docs and
came up with this workaround:
use lib "c:/perl/site/lib";
Am I using PPM wrong?
tia,
msp
Using Win2k sp3
Perl 5.6.1 build 626 from
http://theoryx5.uwinnipeg.ca/
I went and got the latest 6xx edition of
DB_File from the above repository. The install (via ppd)
works great.
Was it wrong to write
when I want to update?PPM install DB_File.ppd
My question is why does PPM keep the old version of
this package? Now I have the original DB_File v1.72 in
/perl/lib and latest (v1.801) is in /perl/site/lib.
The problem is
use DB_File;
will access the old version.
This is a rare Perl annoyance. I checked the docs and
came up with this workaround:
use lib "c:/perl/site/lib";
Am I using PPM wrong?
tia,
msp