Help for this page

Select Code to Download


  1. or download this
    PerlOptions +ParseHeaders
    
  2. or download this
      use Apache2::RequestRec ();
      # Inside your handler...
      $r->content_type('text/html');
    
  3. or download this
    use CGI;
    print CGI::header();