I'm trying to install Net::SCP on win 2000 using ppm. I downloaded the .zip archive from activestate and unzipped it in a temporary directory. Then in the same directory typed
> ppm install Net-SCP.ppd
and got this error:
Can't call method "ok' on an undefined value at C:/Perl/site/lib/PPM/UI.pm line 881, <$__ANONIO__> line 15.
I've also tried compiling the module from CPAN, which fails for a different reason (something about multiple targets). Any suggestions are greatly appreciated,
Joe