Re: [htmltmpl] resultset Paging and Row limitation

2007-02-08 Thread Sam Tregar
On Sun, 4 Feb 2007, Massoud Kohan wrote: I am new to the Html-template and perl. How can I show the resultset to the web page which Shows 10 records per page and also page numbers on the bottom of the table? HTML::Pager was designed to do this for you. It's a little tricky to use, but you

[htmltmpl] resultset Paging and Row limitation

2007-02-04 Thread Massoud Kohan
Hi, I am new to the Html-template and perl. How can I show the resultset to the web page which Shows 10 records per page and also page numbers on the bottom of the table? This is my perl codes; #!perl use DBI; use strict; use CGI qw/:standard/; use HTML::Template; # open the html template my