Help for this page

Select Code to Download


  1. or download this
    print header,start_html,h1('redirecting to a different page');
  2. or download this
    $ perl -le '
    use CGI qw/:standard/;
    ...
    '
    Status: 302 Found
    Location: http://some.where.else
    
  3. or download this
    <html>
      <head>
    ...
        <h1>redirecting to a different page</h1>
      </body>
    </html>