Help for this page

Select Code to Download


  1. or download this
    use CGI qw/:standard/;
    use strict;
    ...
        $cgi->submit('Add'),
        $cgi->end_form(),
        $cgi->end_html();
    
  2. or download this
    use CGI qw/:standard/;
    use strict;
    ...
    else {
        print "No Die";
        }