in reply to Re^4: neglect warnings in open 3 HANDLE_OUT
in thread neglect warnings in open 3 HANDLE_OUT
If you are debugging a complex system, the easiest approach is to systematically debug sub systems. It sounds like your inner Java is outputting incorrectly. That means you should be debugging your Java or call-parameters, not hiding the problem in Perl.
If you do want to just ignore the issue with Perl, then see if invoking the Perl on the command line yields the expected output. If it does, then you are invoking Perl incorrectly in your Java; if it doesn't, then modify your Perl, perhaps as I've suggested above. I can't be more specific without seeing the actual code you are using at these interfaces.
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: neglect warnings in open 3 HANDLE_OUT
by roboticus (Chancellor) on May 14, 2013 at 16:09 UTC |