Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
       $sth->execute or die "executing: ", $dbh->errstr; 
       $td = $sth->fetchrow_array;
       print "$td";
    
  2. or download this
    C:\ram>perl timeinblt.pl
    Can't locate object method "connect" via package "DBI" (perhaps you fo
    +rgot to load "DBI"?) at timeinblt.pl line 14.
    C:\ram>