Help for this page

Select Code to Download


  1. or download this
    use strict;
    use DBI;
    ...
    my $statement = "SELECT 'a', 'b', 'c' FROM sample1";
    warn $dbh->selectrow_array($statement);
    warn selectrow_array($dbh, $statement);
    
  2. or download this
    abc
    a