in reply to fetchrow_hashref Confusion
But you don't have to do that ... you could do something like:my %hash = %{$sth->fetchrow_hashref()};
just as easily IMHO.while (my $row = $sth->fetchrow_hashref()) { my $mail = $row->{mail}; print "$mail\n"; }
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
|
---|