Help for this page

Select Code to Download


  1. or download this
    use DBI;
    my $dbh=DBI->connect('dbi:CSV:');
    ...
               ['1',"Marry",'F','29'] ];
    $dbh->do("CREATE TABLE worksheet AS IMPORT(?)",{},$AoA);
    __END__
    
  2. or download this
    DBD::CSV::db do failed: You passed 1 parameters where 0 required [for 
    +Statement
    "CREATE TABLE worksheet AS IMPORT(?)"] at 443517.pl line 6.