Help for this page

Select Code to Download


  1. or download this
          } elsif ($action eq 'nextval') {
            my $oldrow = $row;
            $row = $sth->fetchrow_arrayref;
            return $oldrow->[0];
          }
    
  2. or download this
      sub dbi_query_iterator {
        my ($sth, @params) = @_;
    ...
            return $oldrow->[0];
          }
      }