Help for this page

Select Code to Download


  1. or download this
    #!C:/perl/bin/perl.exe
    use warnings;
    use strict;
    ...
    or die "Can't connect to database\n$DBI::errstr";
    
    # My  code
    
  2. or download this
    #!C:/perl/bin/perl.exe
    use warnings;
    use strict;
    ...
    # My  code
    
    print $cgi->end_html();