![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
read in file with varsby meshgraphics (Initiate) |
on Jul 13, 2007 at 01:51 UTC ( #626352=perlquestion: print w/replies, xml ) | Need Help?? |
meshgraphics has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to slurp in an html file with $scalars. How do I get them expanded when I print out the slurp.
open OUT, "< $Outy"; { local $/ = undef; $Slurp = <OUT>; } print "$Slurp";
Back to
Seekers of Perl Wisdom
|
|