Help for this page

Select Code to Download


  1. or download this
    print CGI->redirect(...);
    close STDOUT;
    
  2. or download this
    $|=1;
    print CGI->redirect(...);
    print chr(4); # EOT