in reply to Re: Regular Expression XML Searching Help
in thread Regular Expression XML Searching Help

I can't install the module XML::LibXML on this windows box, is there any other Perl module that would work with this code example?
  • Comment on Re^2: Regular Expression XML Searching Help

Replies are listed 'Best First'.
Re^3: Regular Expression XML Searching Help
by Your Mother (Archbishop) on Jun 16, 2008 at 19:12 UTC

    Not directly, no. But you could try to install XML::Twig (or one of the other good ones) and try to adapt the recipe. Even an eval around an XML::Simple::XMLin() might work. I don't recommend the module but if you've got it already...

    I'm no expert on Win installs but you could try to install the C lib for libxml before trying to install the Perl modules. Might be the only problem. There is some really good work lately with Strawberry Perl to make Perl behave more like it does on other OSes. If you don't have it, try it maybe(?).