in reply to
IO::String Defining FH for writing, but not reading.
<code> seek($io, 0, 0); while (<$io>) { print $_; }
Comment on
Re: IO::String Defining FH for writing, but not reading.
In Section
Seekers of Perl Wisdom