Help for this page

Select Code to Download


  1. or download this
    my $cgi = new CGI;
    $cgi->param('name');
    
  2. or download this
    $cgiapp->query->param('name');
    
  3. or download this
    $cgiapp->session->param('name');
    
  4. or download this
    $cgiapp->param('name');