Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

mod_perl and http status codes

by clintonm9 (Sexton)
on Mar 04, 2010 at 18:04 UTC ( [id://826769]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my($r) = shift;
    $r->status_line("401");
    
  2. or download this
    return Apache2::Const::HTTP_UNAUTHORIZED;
    
  3. or download this
    return Apache2::Status::HTTP_UNAUTHORIZED;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://826769]
Approved by Corion
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-26 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found