Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
    ...
    close FILE;
    
    print start_html(),h1('Thanks for that!),end_html();
    
  2. or download this
      print $q->redirect('/whatever.html'); # your page here
    
  3. or download this
      print $q->header(-status => 304);