in reply to Re^4: Finding XML POST data in HTTP::Server::Simple::CGI
in thread Finding XML POST data in HTTP::Server::Simple::CGI

Ah, derby is right - it's a problem with CGI, RT#75628, which was apparently fixed in 4.05. Try upgrading your CGI.

  • Comment on Re^5: Finding XML POST data in HTTP::Server::Simple::CGI

Replies are listed 'Best First'.
Re^6: Finding XML POST data in HTTP::Server::Simple::CGI
by Wiggins (Hermit) on Mar 16, 2016 at 19:49 UTC
    Bingo!! That fixed it.

    And I have no memory of ever loading CGI, it was probably a dependency of something

    It is always better to have seen your target for yourself, rather than depend upon someone else's description.

      CGI was included with Perl itself, up to and including Perl v5.20. According to the Changelog, the problematic Xforms support was present in the CGI distributed with Perl v5.8.9 and up.