in reply to
Assigning an Array to a Multidimensional Array
What about:
my $currentarray = $sth->fetchall_arrayref;
I don't think @currentarray is the greatest of variables names...
gav^
Comment on
Re: Assigning an Array to a Multidimensional Array
Download
Code
In Section
Seekers of Perl Wisdom