Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: String Buffer

by ambrus (Abbot)
on Aug 25, 2008 at 13:07 UTC ( [id://706683]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use StringBuffer;
    use PerlIO::Tied;
    ...
    print STDOUT "this magically gets put to \$stdout\n";
    open STDOUT, ">&=OLDSTDOUT";
    print STDOUT "this gets put to the original standard output again\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://706683]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (9)
As of 2024-03-28 11:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found