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

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.

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

Replies are listed 'Best First'.
Re^7: Finding XML POST data in HTTP::Server::Simple::CGI
by Anonymous Monk on Mar 16, 2016 at 19:57 UTC

    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.