in reply to Re: Using IPC::Open3 instead of backtick operator
in thread Using IPC::Open3 instead of backtick operator
This is the equivalent of doing no warnings;. It simply silences the message without addressing the issue (preventing error log from being filled with child's STDERR output). If your goal is simply to circumvent perlcritic, it provides far better ways of doing that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using IPC::Open3 instead of backtick operator
by Marshall (Canon) on Jun 10, 2016 at 20:55 UTC | |
by Anonymous Monk on Jun 10, 2016 at 20:59 UTC |