![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re^3: Is it possible to write to STDIN ?by DrHyde (Prior) |
on Jul 23, 2014 at 10:31 UTC ( #1094758=note: print w/replies, xml ) | Need Help?? |
You could close STDIN and re-open it as a normal filehandle:
The documentation for 'open' shows how to save and restore filehandles, and some other dirty tricks you can play.
In Section
Seekers of Perl Wisdom
|
|