Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
         
    ...
         die $sth->errstr if $sth->err;
         
         $dbh->disconnect;
    
  2. or download this
    Can't call method "prepare" on an undefined value at /usr/local/etc/ht
    +tpd/cgi-bin/DBI_mysql_01.pl line 12.