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