Pass nibbleno to callbacks.

This commit is contained in:
Daniel Nichter
2011-09-11 10:48:53 -06:00
parent 8ce093655f
commit f19472b471

View File

@@ -174,6 +174,7 @@ sub next {
$callback->(
dbh => $self->{dbh},
tbl => $self->{tbl},
nibbleno => $self->{nibbleno},
);
}
$self->{rowno} = 0;
@@ -193,6 +194,7 @@ sub next {
sth => $self->{nibble_sth},
lb => $self->{lb},
ub => $self->{ub},
nibbleno => $self->{nibbleno},
);
}
else {