by auto8448 » 05. November 2003 21:54
I have been trying an number of things to figure out why I can't use ppm on my Windows 2000 box.
I followed the instructions, and the basic functionality works (apache, mysql, the cgi test scripts), but from the command line I just can't get ppm to work.
I consistently get an error message:
C:\xampp\perl\bin>ppm HTML::Mason
Failed to load PPM_DAT file
Can't use an undefined value as a SCALAR reference at C:/xampp/perl/site/lib/PPM.pm line 1649, <DATA> line 40.
As you can see, I have cd'ed to the xampp\perl\bin directory where ppm.bat and ppm.pl live. I haven't set any system variables or anything, and while I have tried to check out C:/xampp/perl/site/lib/PPM.pm at line 1649, it doesn't really mean anything to me:
return unless $$PPDfile;
I would really appreciate any assistance anyone could give me some ideas about how to get ppm to work.