in reply to Re: Perl won't Open() when called from Java
in thread Perl won't Open() when called from Java
Buffering was actually the problem. I assumed it was hanging but really it just wasn't showing any output for the print. Thanks.
For others, this was solved by adding $|=1; to my code to disable buffering