Hernan Arredondo sent the following bits through the ether:

> I make a page that returns the result of a select statement in Perl
> and DBI, but a lot of rows are returned, there is a way to page the
> result ?

Options which exist on CPAN:

  http://search.cpan.org/dist/DBIx-Pager/
  http://search.cpan.org/dist/Class-DBI-Pager/

but to be honest I just use Data::Page's skipped() method:

  http://search.cpan.org/dist/Data-Page/
  http://search.cpan.org/dist/Data-Page/lib/Data/Page.pm#skipped

Leon, who might be biased
-- 
Leon Brocard.............................http://www.astray.com/
scribot.................................http://www.scribot.com/

... According to my calculations the problem doesn't exist

Reply via email to