deprecated has asked for the wisdom of the Perl Monks concerning the following question:
Thanks, bro dep.my @rv = $dbh -> selectall_arrayref( $commands, undef, ( $query ) ); foreach my $value (@rv) { my @deref = @{ $value }; foreach my $subval (@deref) { foreach my $ssval (@{$subval}) { print "$ssval"; <>; } } }
--
Laziness, Impatience, Hubris, and Generosity.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(boo) Re: Why is DBI returning a ref to a ref to a ref to a list? (code)
by boo_radley (Parson) on Jun 12, 2001 at 22:44 UTC | |
|
Re: Why is DBI returning a ref to a ref to a ref to a list? (code)
by runrig (Abbot) on Jun 12, 2001 at 22:40 UTC |