... my @tableRows; while ( my $row = $st->fetchrow_hashref() ) { push @tableRows, $row; } ...