Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare(select * from table) or die "$DBI::errstr\n";
    $sth->execute() or die "$DBI::errstr\n";
    ...
     {
     #do stuff with @array;
     }