Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #
    ...
    
    my $r = Apache2::RequestUtil->request;
    print $r->as_string();
    
  2. or download this
    GET /test.pl HTTP/1.1
    Host: directory.localhost
    ...
    Cache-Control: max-age=0
    
    HTTP/1.1 (null)