RE: sending HTTP/1.1 202 (Accepted) code

2006-08-01 Thread Charles K. Clarkson
Denzil Kruse wrote: : I use $cgi->header usually, which code is that? Is : there a manual or something about it? RFC 2616: http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1.1 : So, what exactly would I do, this?: : : print header('text/html','202 Accepted'); Looks right, but r

sending HTTP/1.1 202 (Accepted) code

2006-08-01 Thread Denzil Kruse
How do I send a HTTP/1.1 202 (Accepted) code, and other codes with perl? I use $cgi->header usually, which code is that? Is there a manual or something about it? CPAN gives the example: print header('text/html','204 No response'); So, what exactly would I do, this?: print header('text/html'