Help for this page

Select Code to Download


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