{ local *STDOUT; open( STDOUT, '>/dev/null' ) or die "Cannot redirect STDOUT: $!\n"; $rc = system( @command ); }