Help for this page

Select Code to Download


  1. or download this
    die "Error: $errput\n" if $errput;
    printf "Output: $stdout\n" if $stdout;
    
  2. or download this
    printf "Output: $stdout\n" if $stdout;
    die "Error: $errput\n" if $errput;