M
miki.rao
Environment is Linux.
I have a perl script which needs to be executed from within a Java
Program.
Works fine on windows environment.
String cmd = "perl "+PropertyManager.getProperty("PerlScript")+" "
+inputFile +" "+ outfile
Any hints would be great.
Mekhala
I have a perl script which needs to be executed from within a Java
Program.
Works fine on windows environment.
String cmd = "perl "+PropertyManager.getProperty("PerlScript")+" "
+inputFile +" "+ outfile
Any hints would be great.
Mekhala