I am running a perl script that does some "system" calls. I would like to suppress the output from the "system" calls. So, more to the point, is there a way to disable output to the screen at the beginning of my script, then enable it again towards the end?
Thanks in advance!!!!
Thanks in advance!!!!