Help for this page

Select Code to Download


  1. or download this
    use CGI qw(header start_html p param);
    
  2. or download this
    use CGI ':standard';
    
  3. or download this
    use CGI ':cgi';
    
  4. or download this
    use CGI qw(param header);