in reply to
Re^2: Disable output from system
in thread
Disable output from system
True. For those (poorly-written) commands,
s!close\s+(\w+)!open $1, '>/dev/null'!
Comment on
Re^3: Disable output from system
Download
Code
In Section
Seekers of Perl Wisdom