http://www.perlmonks.org?node_id=950110


in reply to Re^4: capturing command output
in thread capturing command output

That's why I normally code a wrapper around system calls.
Like this?
sub backticks { `$_[0]`; }