{ # Temporarily alias STDERR to STDOUT. local *STDERR = *STDOUT; $out = `sox blah.wav -e stat`; } print $out;