That's why I normally code a wrapper around system calls.
sub backticks { `$_[0]`; } [download]
In reply to Re^5: capturing command output by JavaFan in thread capturing command output by morgon