Help for this page
use warnings FATAL => qw(all); eval { open(CMD, "_bad_exe_ a b c|") or die "does not happen" }; ... die $@ ERROR: Can't exec "_bad_exe_": No such file or directory at ... + line x. die $@ ERROR:
This is perl, v5.8.8 built for x86_64-linux-gnu-thread-multi