Saturday, June 4, 2011

Can't locate XML/DOM.pm in @INC:: How to install DOM parser in windows

I was frusterated for an hour to find how to install DOM parser in windows as it is not preinstalled in Strawberry Perl compiler.

Just type in command prompt :-

 c:\> ppm install XML-DOM

This will work perfert if all the "path" environment variables are initialized properly.

No comments:

Post a Comment