Help for this page

Select Code to Download


  1. or download this
    local $SIG{__DIE__} = sub { 
      local $|++; # autoflush
    ...
    
    unlink 'test.errors';
    
  2. or download this
    run3 \@cmd, undef, \$out, \$err;