in reply to
Treating a scalar as an "input file"
my $fh = IO::Scalar->new(\$content);
See
IO::Scalar
.
-- Hofmator
Comment on
Re: Treating a scalar as an "input file"
Download
Code
In Section
Seekers of Perl Wisdom