Help for this page
$ strace -f -o /tmp/strace.out perl foo.pl $ grep '= -1 E' /tmp/strace.out
system("date"); printf "\$?=0x%x \$!=%s\n", $?, $!;