in reply to Database copy table with DBI
Try changing this line to use method fetchrow_arrayref
while (my $insert = $table_results->fetchrow_arrayref()) {
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Database copy table with DBI
by Random_Walk (Prior) on Nov 15, 2016 at 06:54 UTC | |
Re^2: Database copy table with DBI
by cbtshare (Monk) on Nov 14, 2016 at 21:38 UTC | |
by poj (Abbot) on Nov 14, 2016 at 21:56 UTC | |
by cbtshare (Monk) on Nov 15, 2016 at 03:18 UTC | |
by choroba (Cardinal) on Nov 15, 2016 at 08:31 UTC | |
by poj (Abbot) on Nov 15, 2016 at 10:31 UTC | |
by cbtshare (Monk) on Nov 16, 2016 at 03:56 UTC | |
|