in reply to Re: DBI Multidimensional array
in thread DBI Multidimensional array
--perlplexer# assuming data is in @array my $sth = $dbh->prepare('INSERT INTO foo (bar, baz) VALUES (?, ?)'); $sth->execute(@$_) for (@array);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |