in reply to Re^3: Perl open pipe exiting early
in thread Perl open pipe exiting early

In that case, single step through your code with the debugger and see what it's really doing. see perldebtut and the Basic Debugging Checklist.

Replies are listed 'Best First'.
Re^5: Perl open pipe exiting early
by albob (Sexton) on Apr 03, 2015 at 14:57 UTC
    I would if I could reproduce the issue! :) The issue is intermittent. I have several hundred users running the script thousands of times a day. I get a mail when there is an issue....and different users see it at different times. A user could run the script, see the issue, rerun it immediately and not see the issue.