for my $i (0 .. $qry->numrows - 1) { @row = $qry->fetchrow() or warn '...'; $athlete[$i] = [ @row ]; }