Help for this page

Select Code to Download


  1. or download this
    $ perl -we'$SIG{CHLD} = sub { die "whoa there" }; eval { system("true"
    +) }; print "!$@!"'
    !whoa there at -e line 1.
    !