Ramprasad A Padmanabhan wrote:
Hi all,
Hello,
I have a html reports page that has now grown too large to manage. I
want to paginate my report. I am already using templates , similar to
Template.pm so I would like keep the presentation stuff outside my perl
code.
I was trying to use Data::Page
"Ramprasad A Padmanabhan" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all,
>Can anybody send me some examples on pagination with Templates
>
I have also had great sucess with DBIx::Pager. There arent any examples, but
the source is short and very easy to read.
Todd W.
"Ramprasad A Padmanabhan" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all,
> I have a html reports page that has now grown too large to manage. I
> want to paginate my report. I am already using templates , similar to
> Template.pm so I would like keep the presentation stuff