in reply to XML::Simple.pm breaks CGI.pm under mod_perl?

Which version of XML::Parser (not XML::Simple) are you using?

If you are using a version before 2.30 then that could be the cause of the problem, although usually it generates a segfault when you run Apache.

  • Comment on Re: XML::Simple.pm breaks CGI.pm under mod_perl?

Replies are listed 'Best First'.
Re: Re: XML::Simple.pm breaks CGI.pm under mod_perl?
by voyager (Friar) on Jun 18, 2001 at 23:48 UTC
    I am running version 2.27 of XML::Parser on Win32.

    At ActiveState, XML::Parser isn't in the package list, and when I run verify from PPM it tells me I am up to date.

    Does that mean that 2.30 isn't available for Win32 yet?