Help for this page

Select Code to Download


  1. or download this
          sub name_is {
            my $name = shift;
    ...
          my $name = "mt2k";
          print name_is \$name;
    
  2. or download this
          # get_params
          #    Retrieve all CGI parameters and return
    ...
            return \%cgi_data;
          }