Help for this page

Select Code to Download


  1. or download this
    use CGI qw/:standard/;
    my $q = new CGI();
    ...
    print $q->start_html(-head=>meta({-http_equiv=>'Refresh',
                               -content=>'3,http://foo.com/'}));
    
  2. or download this
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
    <HTML><HEAD><TITLE>Untitled Document</TITLE>
    <META CONTENT="3,http://foo.com/" HTTP-EQUIV="Refresh">
    </HEAD><BODY>