in reply to Perl won't Open() when called from Java
I don't know what you are doing inside your while loop, but if you aren't printing enough so your buffer gets flushed, you won't see anything. And normally speaking, your while loop will never terminate; if you actually don't print to STDOUT from there, you will never see the output of your print statement.
Perhaps you should turn off buffering.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl won't Open() when called from Java
by Anonymous Monk on Feb 23, 2012 at 19:54 UTC |