Help for this page

Select Code to Download


  1. or download this
    print $q->header(     -nph=>1,         #unfortunatly IIS
                          -status=>'200 OK',
                          -type=>'text/html'),
                                             ^--- ;
    
  2. or download this
    print $q->header();