Monday, February 25, 2008

Java and Perl

When launching an executable created using Perl archive mechanism or kick starting the Perl interpreter from within Java, one might get into an issue of improper i/o handling in their Perl modules. I've not come across a solution so far. The temporary workaround tried is to launch the Perl application in a command shell like
cmd /start /wait <path to perl.exe> <arguments>

No comments: