OK.  When really scary perl people tell me that, 'Your bravery is praiseworthy.'  I can take a hint and try something else.  I'm going with XML::Simple.  More than adequate for now.
 
Next question.  In the process of manually installing/uninstalling some XML stuff on our NT Server, I seem to have screwed up some files that ppm seems to need.  When I run ppm, I get this error: 
 
Can't locate XML/ValidatingElement.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/site/lib/XML/PPD.pm line 8.
 
Now it seems to me as if it's looking for c:\perl\site\lib\XML\ValidatingElement.pm, but ValidatingElement.pm is actually in c:\perl\site\lib\PPM\XML\ValidatingElement.pm.  I've been comparing my local installation to that on the server, and in the loca installation, which works, ValidatingElement.pm is in c:\perl\site\lib\PPM\XML\ValidatingElement.pm
 
So, is that file in the right place?  Is there a way to fix things, short of reinstalling perl.  And if I do have to reinstall perl, will I have to reinstall my other modules all over again?
 
Thanks.

Reply via email to