- or download this
#!/usr/bin/perl
...
$r->header_out("Pragma", "no-cache");
$r->send_http_header;
$r->print($form);
- or download this
#!/usr/bin/perl
...
$r->status(200);
.....
- 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.