Help for this page

Select Code to Download


  1. or download this
    DBI-1.631
    DBD::CSV-0.44
    Text::CSV_XS-1.10
    SQL::Statement-1.405
    
  2. or download this
    my $sth = $dbh->prepare (q{select * from "root".export});
    $sth->execute;
    ...
        # YMMV, $dbh->{FetchHashKeyName} = "NAME_lc"; might help
        print "ID: ", $h->{id}, ", SN: ", $h->{service_name};
        }