http://qs321.pair.com?node_id=14579

infoninja has asked for the wisdom of the Perl Monks concerning the following question:

I'm putting coding a perl program that needs to use system() a number of times. In a couple of the uses of system(), I need to, if possible, prevent a listing from appearing in the output of what shown if 'ps a' is run at the same time that the command in system() is running. Is there any way to do this in perl ?

Originally posted as a Categorized Question.