Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $r->header_out("Pragma", "no-cache");
    $r->send_http_header;
    $r->print($form);
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $r->status(200);
    
    .....
    
  3. or download this
    [Mon Aug 21 09:44:27 2006] [error] [client xx.xx.xx.xx] Can't locate o
    +bject method "request" via package "Apache2::RequestUtil" at /home/ht
    +tpd/domain.com/html/login.cgi line 12.