Bart Degryse wrote:> while (my %row = $sth->fetchrow_hashref) {Well, that should be $row for a start.
> return_next($row);> }
-- Richard Huxton Archonet Ltd