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