Heya,
Does Perl have a functional equivalent to Java's StringBuffer object??? I
have output heading to CGI and to and email (it's a large, ugly script that
I'm rewriting for someone and will hopefully cleanup a bit in the process)
interspersed amongst themselves. I already have a working solution, but I'm
still wondering if a stringbuffer.append() type function could exist out
there somewhere???
What _might_ be a nice option would be to redirect a Print statement to
output text into some form of buffer (via a filehandle I suppose). I guess a
simple temp file could be used for this, but I would like to shy away from
using files for that purpose.
Any ideas???
Thanks!
David
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web