There are a number of CPAN modules for doing paging.  You cannot know what
the size of the "page" is, though, in general.  All you can do is to set the
number of rows per page and then page based on that.

Sean


On Thu, Mar 5, 2009 at 2:25 PM, Bill Stephenson <bi...@perlhelp.com> wrote:

> Does anyone know where I can learn how to make smooth page breaks in
> dynamically created HTML documents.
>
> Most of the document is contained in a table and the number of rows is a
> variable as well as the number of lines of text in each row.
>
> I'd like to be able to know when a document has exceeded a single page and
> then direct where the page break will be and format additional pages.
>
> Kindest Regards,
>
> --
> Bill Stephenson
>
>
> --
> To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org
> For additional commands, e-mail: beginners-cgi-h...@perl.org
> http://learn.perl.org/
>
>
>

Reply via email to