Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    
    ...
    $sth->execute() or die $sth->errstr();
    print @{ $sth->{NAME} }, "\n";
    $dbh->disconnect or warn $dbh->errstr;