Help for this page

Select Code to Download


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