Help for this page

Select Code to Download


  1. or download this
    use CGI ':standard';
    
  2. or download this
    use CGI ':standard';
    print header, start_html(-title => 'CGI test');
    print p('foo is ', param('foo'), '.');
    print end_html;