Help for this page

Select Code to Download


  1. or download this
      http://my.server.com/multipage.pl?page=1
  2. or download this
       my $qstr = $ENV{QUERY_STRING};
  3. or download this
       use CGI
       my $cgi = CGI::new() or die "Can't load new CGI";
       my $page = $cgi->param('page');
    
  4. or download this
       <a href="http://my.server.com/multipage.pl?page=2">Show page 2</a>
  5. or download this
       print "Content-type: text/html\n\n";