|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: capture STDOUT when some jerk opened STDOUT to /dev/ttyby pvaldes (Hermit) |
| on Jan 08, 2013 at 21:44 UTC ( #1012342=note: print w/ replies, xml ) | Need Help?? |
|
I CAN'T touch the script Is there some way to capture the output and get it to stop spewing its text to my terminal? perl my_untouched_script 1>/dev/nullOne liner example perl -e 'print "Shut up!"' 1>/dev/null
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||