Help for this page

Select Code to Download


  1. or download this
    $bhandle->seq($start,$v,R_CURSOR);
    while( $bhandle->seq($k,$v,R_NEXT) == 0 ) {
       last if( $k> $end);
       ...
    }