> Is there a way to execute a system command with out the console printing an
> error message? I wan't to do system("play soundfile.wav") but I do not want
> the error message to print out if the file cannot be played.
`play soundfile.wav`
die if $?