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','202 Accepted');

Thanks



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to