Help for this page
my $pos = 1; while ($hash = $sth->fetchrow_hashref()) { if ($pos > $skip) ... $pos++; }