Help for this page

Select Code to Download


  1. or download this
    print "got a strange problem"
      if mod_perl::VERSION == 1.21 and ($| or client_is_printing("\015\012
    +"))
    
  2. or download this
    <IfModule mod_perl.c>
    
    ...
       </Location>
    
    </IfModule>
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    
      debug_post_data();
    }
    
  4. or download this
    #!/usr/bin/perl -w
    
    ...
      my $http_response = $useragent->request($http_request);
    
      print "\n<response>\n", $http_response->as_string, "</response>\n";
    
  5. or download this
    Request Content Length is 11680.
    
    ...
    
    
    </response>
    
  6. or download this
    Request Content Length is 11681.
    
  7. or download this
    <response>
    500 (Internal Server Error) read timeout
    ...
    
    
    </response>
    
  8. or download this
    DEBUG: the content length is 11681
    DEBUG: the read returncode was 11680
    DEBUG: Finished. at /foo/bar/cgi-bin/echo_post_data.pl line 14.
    
  9. or download this
    Request Content Length is 11681.
    
    ...
    
    
    </response>
    
  10. or download this
    sub read_post_data_chunked(;$$)
    {
      my $content_length  = shift || $ENV{CONTENT_LENGTH};
    ...
    
      return $raw_data;
    }
    
  11. or download this
    Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
      Platform:
    ...
        /usr/local/lib/perl5/site_perl/5.005/aix
        /usr/local/lib/perl5/site_perl/5.005
        .