Help for this page

Select Code to Download


  1. or download this
    my $rowcache;
    while (my $aref = shift(@$rowcache)
    || shift ( @{$rowcache= $sth->fetchall_arrayref(undef, $max_rows)} )
    )
    
  2. or download this
           Here’s an example (assumes RaiseError is enabled):
    
    ...
             ) {
               ...
             }