BTW, stderr is caught as well.No, it's not:
As you can see, STDERR of the called process is *NOT* caught, only its STDOUT.perl -E '$r = `perl -E"warn qq[Hello]; print qq[world]"`; say "!$r!"' Hello at -e line 1. !world! $
In reply to Re^2: Regular Expression and backquoted cmds
by JavaFan
in thread Regular Expression and backquoted cmds
by joec_
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |