Help for this page

Select Code to Download


  1. or download this
     my $sth = $dbh->prepare( 'select * from foo' );
     $sth->execute;
    ...
        print "$fieldnames->[ $_ ] is $row->[ $_ ]\n";
       }
     }