Pager For Html::template

Create a wrapper or a hack for CPAN HTML::Template module to allow for pagination in TMPL_LOOP clauses i.e. if the

….

is used and a page length is specified to be 20 elements and a page number is specified to be 4 then the set of elements to be added into resulting page must be elements 60 to 79.

The solution must correctly handle first page and last page.

The length of the pages must be passed via variables, preferably in the same general…

Leave a Reply

Your email address will not be published. Required fields are marked *