Help for this page
# prepare and execute statement my $array_ref = $sth->fetchall_arrayref(); ... foreach my $row (@$array_ref[0 .. 20]) { # do something }