Stdout / stderr confusion in Perl
Open
- Dominant language
- Perl
- Stars
- 3.9k
- Forks
- 213
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
It seems like when I use `system("command")` in Perl I get only the output to `STDERR` and when I use `exec("command")` I only get the output from `STDOUT`. Somehow one of the standard pipes gets lost when executing system commands.
Same behavior on my Phone with the latest App Store version and on my iPad with the latest dev version.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.