Re: examples using Template::Plugin::Page

2005-04-28 Thread JupiterHost.Net
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

Re: examples using Template::Plugin::Page

2005-04-28 Thread Todd W
"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.

Re: examples using Template::Plugin::Page

2005-04-28 Thread Robert
"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

examples using Template::Plugin::Page

2005-04-27 Thread Ramprasad A Padmanabhan
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 outside my perl code. I was trying to use Data::Page with Template::Plugin::Page but I am