system("$command"); will never thrown an exception for eval {} to catch.Yes and no:
$ perl -we'$SIG{CHLD} = sub { die "whoa there" }; eval { system("true" +) }; print "!$@!"' !whoa there at -e line 1. !
In reply to Re^2: Another eval $@ question
by ysth
in thread Another eval $@ question
by PugSA
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |