Help for this page

Select Code to Download


  1. or download this
    use CGI qw/:standard/;
      print header,
            start_html('A Simple Example');
    
  2. or download this
    print end_html;