|
|
| more useful options | |
| PerlMonks |
Re^2: Writing formatted text to a string?by loris (Hermit) |
| on May 16, 2011 at 14:53 UTC ( #905093=note: print w/ replies, xml ) | Need Help?? |
|
Just to remind myself: The backslash in open($fh, '>', \$variable) allows the filehandle to be opened to an "in memory" file held in a scalar. See open. Update: Here is my working example:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||