Hernan Arredondo wrote:
Hi all,

Hello,

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 ?

Yes, there are several modules for this.

The best one (easy to use, all the functions you need in one place) I've used is Data::Paginate (http://search.cpan.org/~dmuey/)

The author hasn't uploaded it yet, but he let us use it to test it for him and it is awesome!

Hopefully he'll upload it for the public soon ;p

HTH

Lee.M

Reply via email to