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;