in reply to
string pointers in perl?
IO::Scalar
/
IO::String
use 5.008; open my $fh, '<', \$mystr;
[download]
Comment on
Re: string pointers in perl?
Download
Code
In Section
Seekers of Perl Wisdom