No such thing as a small change | |
PerlMonks |
mod_perl and http status codesby clintonm9 (Sexton) |
on Mar 04, 2010 at 18:04 UTC ( [id://826769]=perlquestion: print w/replies, xml ) | Need Help?? |
clintonm9 has asked for the wisdom of the Perl Monks concerning the following question:
I am writing a RESTFul mod_perl program and having a hard time sending different http status codes back to the client.
I am currently using the Apache2::Registry handler.
I have tried many different wants to send back a different status code with no luck.
I have also tried with no luck: & Do i have to write my own handle to send back different error status?
Back to
Seekers of Perl Wisdom
|
|