in reply to Re: Select DB data into CSV file
in thread Select DB data into CSV file
Sorry, sloppy writing. I meant this:
# using the csv function, all in memory csv (out => "foo.csv", in => $dbh->selectall_arrayref ($sql));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Select DB data into CSV file
by Tux (Canon) on Dec 20, 2018 at 13:14 UTC | |
by 1nickt (Canon) on Dec 20, 2018 at 13:24 UTC |