Help for this page

Select Code to Download


  1. or download this
    system "strace -o /tmp/strace.out -e open,read more @ARGV";
    
    ...
    }
    
    print "exited with key >$last<\n";
    
  2. or download this
    system "strace -o /tmp/strace.out -e open,read more @ARGV";
    open my $trace, "/tmp/strace.out" or die;
    ...
        }
    }
    print "exited with key >$last<\n";