in reply to Re: Code factoryin thread Code factory
my @result; while (my $row = $sth->fetchrow_hashref()) { push @result, $row; } [download]