$| = 1; #### my $output = `touch /usr/tmp/bogus`; #### system("touch /usr/tmp/bogus > /dev/null 2>&1");
## my $output = `touch /usr/tmp/bogus`; ##
## system("touch /usr/tmp/bogus > /dev/null 2>&1");