in reply to Re^5: How to parse URL in CGI.pm
in thread How to parse URL in CGI.pm

What if the call is POST?

It seems that the ENV is empty

Replies are listed 'Best First'.
Re^7: How to parse URL in CGI.pm
by Anonymous Monk on Dec 07, 2010 at 13:58 UTC
    Um, then its not a QUERY, by definition, are GET requests with the QUERY part of the url containing the query :)
      Yes, I figured this out...

      Is there a way of getting the message body without using the CGI.pm?

        Why are you asking about CGI.pm and then asking about how to do things without using it?

        Just use CGI.pm and be done with it.

        CGI.pm knows about mod_perl.