jryan has asked for the wisdom of the Perl Monks concerning the following question:
As part of a CGI script that I am writing, I recieve input from textareas. The textareas might be from a few lines long to about 20 lines long. When the script recieves the input, I would like each one to be buffered to a certain amount of characters (probably about 5000), so when the output (in html) is printed (as in from a printer), each textarea is on a new page.
On a side note, if anyone knows how to break html into separate printable pages, that would be even more helpful.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Is there any easy way to buffer a string?
by premchai21 (Curate) on Aug 22, 2001 at 21:28 UTC | |
|
Re: Is there any easy way to buffer a string?
by dga (Hermit) on Aug 22, 2001 at 21:22 UTC | |
by jryan (Vicar) on Aug 22, 2001 at 21:30 UTC | |
|
Re: Is there any easy way to buffer a string?
by jryan (Vicar) on Aug 22, 2001 at 22:35 UTC | |
by Cine (Friar) on Aug 23, 2001 at 00:24 UTC |