Help for this page

Select Code to Download


  1. or download this
    HANDLING NON-URLENCODED ARGUMENTS
    
    ...
    (If you don't know what the preceding means, don't worry about it.
    It only affects people trying to use CGI for XML processing and
    other specialized tasks.)
    
  2. or download this
    sub get_request_body {
        my $self = shift;
        return $self->query->param('POSTDATA');
    }