Hi Tim

o Under fetchall_arrayref, the last code block:
my $rows = []; # cache for batches of rows
  while( my $row = ( shift(@$rows) || # get row from cache, or reload
cache:
shift(@{$rows=$sth->fetchall_arrayref(undef,10_000)||[]) )
  ) {
    ...
  }

is missing a }, perhaps just before the ||

o Under selectrow_array, the link for fetchrow_array points to
#fetchrow_array and it should point to #item_fetchrow_array
--
Cheers
Ron Savage, [EMAIL PROTECTED] on 12/07/2003
http://savage.net.au/index.html


Reply via email to