Help for this page

Select Code to Download


  1. or download this
    if ($meth eq 'POST'
        && defined($ENV{'CONTENT_TYPE'})
        && $ENV{'CONTENT_TYPE'} !~ m|^application/x-www-form-urlencoded|
        && $ENV{'CONTENT_TYPE'} !~ m|^multipart/form-data| ) {
      my($param) = 'POSTDATA' ;
    
  2. or download this
    # If $meth is not of GET, POST or HEAD, assume we're being debugged of
    +fline.
    # Check the command line and then the standard input for data.
    # We use the shellwords package in order to behave the way that
    # UN*X programmers expect.