* Paul Johnson [2008.01.01 22:10]:
> The most direct analogy would be to use an
> in-memory file:
> 
> open my $fh, "<", \$scalar;
> print while <$fh>;

Very nice. Thanks.

I didn't understand what John and Chas were trying
to say until I saw the term "in-memory file".

Exactly the kind of stuff I was hoping was
possible.

-- 
JR

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to