Hi!

I have used this code to install DBI in my local PC under WindowsMe:

use PPM;
$package='http://www.activestate.com/PPMPackages/5.6/DBI.ppd';
PPM::InstallPackage("package" => $package) or print $PPM::PPMERR;

This worked just fine!

But when I try to do the same on a remote server under Windows2K it doesnt
either install the module nor retrieve the error message. Just a blank page.
Both servers are running the same version of Perl.

Could anyone tell me what am I doing wrong? maybe it is because of
Windows2000?

Thank you in advance

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to