> I'm creating some pages that are basically just very long > tables (tens > of thousands of rows). It would make sense to split these pages into > smaller, subset tables on separate pages, together with an index page > and cross-links. > > It seems pretty straightforward to code this, but before I reinvent > another wheel, does anybody know of a better way to provide this > functionality than to just sit down and code it?
You could also be maybe about the first to try my Data::ResultsHelper http://search.cpan.org/~earl/Data-ResultsHelper-1.00/ It aims to handle pagination, and also does sorting by columns, including multi-column sorts. Earl _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
