Help for this page

Select Code to Download


  1. or download this
    You have an error in your SQL syntax.  Check the manual that correspon
    +ds to your MySQL server version for the right syntax to use near '"\r
    +"' at line 1 at C:/Apache2/cgi-bin/dbi.cgi line 13.
    
  2. or download this
    #!d:\perl\bin\perl
    use CGI qw(:standard);
    ...
    $sth->execute || die "$DBI::errstr";
    $dbh->disconnect;
    print end_html;