in reply to Re: backticks fail to capture stderr even with explicit redirection
in thread backticks fail to capture stderr even with explicit redirection

The backticks (and system, open, etc ...) consult $Config::Config{sh} for which shell to use
$ perl -V:sh sh='cmd /x /c';
  • Comment on Re^2: backticks fail to capture stderr even with explicit redirection
  • Download Code