in reply to
Re^3: array references in DBI
in thread
array references in DBI
Did selectrow_arrayref() actually return an array ref? If the $sql failed, $ratest will be 0 (a literal).
Comment on
Re^4: array references in DBI
Replies are listed 'Best First'.
Re^5: array references in DBI
by
Anonymous Monk
on May 14, 2006 at 16:47 UTC
Yes. I can access the data via, eg.
$ratest->[0]
[download]
[reply]
[d/l]
In Section
Seekers of Perl Wisdom