Help for this page

Select Code to Download


  1. or download this
    chdir $f_path;
    foreach my $file_name (glob "*.*") {
    ...
    my $sth = $sbh->prepare ("select * from cells");
    $sth->execute;
    print "fields: @{[@{$sth->{NAME_lc}}]}\n";