Help for this page

Select Code to Download


  1. or download this
    # example from DBI docs
    my $max_rows=10_000;
    ...
       ... # do something with $row (not $rows, which is only the cache)
     }