Help for this page

Select Code to Download


  1. or download this
    print "Content-type: text/html\n\n";   # or
    print $cgi->header();
    
  2. or download this
    print "Location: $url/poll.cgi?action=login\n\n";
    
  3. or download this
    print $cgi->redirect( -uri => 'whatever' );