> For the past couple of days I have been > trying to understand* how to use a paginator > in Perl. I am learning template toolkit because > it seems a lot of paginator modules use the toolkit. > So ie. 20 results/page w/back and forward links.
Lee, do you have a specific paginator in mind? The DBIx:: modules seem to be a good fit with TT, so you may want to try DBIx::Pager (no personal experience with it though). If this is a database-backed, form-based web application, you may want to try Maypole--it uses TT and DBIx:: modules and makes writing that type of application seriously easy. -- Mark Thomas [EMAIL PROTECTED] Internet Systems Architect User Technology Associates, Inc. $_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;; _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
