in reply to Proper way to print a large number of strings
I'm also willing to accept that it doesn't really matter at all.
That's probably the correct answer. Since this is a CGI program, you're almost certainly going to be limited by I/O long before printing time on the CPU becomes an issue. You should format your code in the most readable way, which is usually a heredoc.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Proper way to print a large number of strings
by jpfarmer (Pilgrim) on Jan 07, 2003 at 15:04 UTC | |
by grinder (Bishop) on Jan 07, 2003 at 16:49 UTC | |
by Aristotle (Chancellor) on Jan 11, 2003 at 16:39 UTC | |
by Fletch (Bishop) on Jan 07, 2003 at 15:30 UTC |