Help for this page

Select Code to Download


  1. or download this
    <form method=post action=program.cgi>
    
  2. or download this
    use CGI;
    my $cgi = CGI->new;
    ...
    
    print "Location: http://your.domain.com/yourpage.html#".$param->{ship_
    +name};