|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re^3: String Bufferby ambrus (Abbot) |
| on Aug 25, 2008 at 13:07 UTC ( #706683=note: print w/ replies, xml ) | Need Help?? |
|
In fact, that uses a perlio layer silently. I've been wishing a perlio layer that allows you to simply open a stream that behaives like any tied handle eg.
This gets even more useful if you want to use a tied io handle from the command line eg. perl -MPerlIO::Tied -we 'some code' ':tied(SomeModule, arguments)'.
In Section
Code Catacombs
|
|
||||||||||||||||||||