Help for this page

Select Code to Download


  1. or download this
    my $rows = []; # cache for batches of rows
    while( my $row = ( shift(@$rows) || # get row from cache, or reload ca
    +che:
    ...
    ) {
      ...
    }