Help for this page

Select Code to Download


  1. or download this
    sub handler {
       return 500;
    }
    
  2. or download this
    use Apache2::Const;
    
    sub handler {
       return SERVER_ERROR;
    }