I have a client using ajax and a server running apache/perl. At some point the client creates an HTTP post request to the server (URL pointing to http://server-address/cgi-bin/my_script.pl) with an xml document in the body of the request. With "my_script.pl" I want to read the xml document.
How can I do this? Are there any modules available?
Thanks