This will grab all of the rows in the select.my $sth = $dbh->prepare(select * from table) or die "$DBI::errstr\n"; $sth->execute() or die "$DBI::errstr\n"; while (my @array = $sth->fetchrow_array) { #do stuff with @array; }
In reply to Re: scrolling list
by thor
in thread scrolling list
by mnlight
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |