Help for this page

Select Code to Download


  1. or download this
    kill PIPE => $$;
    kill PIPE => $pid;
    kill TERM => $pid;
    die 'Test Death';
    
  2. or download this
    #!/usr/bin/env perl -l
    
    ...
            print for @{$retvals_for->{$source}};
        }
    }
    
  3. or download this
    STDOUT:
    password
    ...
    1
    Signal:
    SIGPIPE not received.