MySQL Forums
Forum List  »  Perl

Re: selectall_arrayref returns empty Array
Posted by: Rick James
Date: November 17, 2011 11:20PM

Let's see the bit of Perl code involve, including the Query.

Note: arrayREF -- it is return a reference to an array. How were you determining that it was empty?

I would do:

USE Data::Dumper;
...
my $ar = ...fetchall_arrayref...
print Dumper($ar);

Options: ReplyQuote


Subject
Written By
Posted
Re: selectall_arrayref returns empty Array
November 17, 2011 11:20PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.