in reply to Re: Proper way to print a large number of strings
in thread Proper way to print a large number of strings
I did consider that, but that doesn't seem to properly handle the OO references (unless I'm missing something obvious). For example, when I run this:
when I really want <p>Test.</p>.use CGI; $cgi = new CGI; print << "HEREDOC"; $cgi->p("Test.") HEREDOC <code> I get <code>CGI=HASH(0x119960)->p("Test.")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re:x3 Proper way to print a large number of strings (use scalar interpolation)
by grinder (Bishop) on Jan 07, 2003 at 16:49 UTC | |
by Aristotle (Chancellor) on Jan 11, 2003 at 16:39 UTC | |
|
Re: Re: Re: Proper way to print a large number of strings
by Fletch (Bishop) on Jan 07, 2003 at 15:30 UTC |