Java语言:如何在Java中调用Perl脚本_百度知道
最佳答案: import java.io.*; public class TestExec { public static void main(String[] args) { try { Process p = Runtime.getRuntime().exec("perl ...
在Java中调用Perl脚本-Java频道-中国IT实验室
2010年12月27日 - 在Java中调用Perl脚本 中国IT实验室收集整理 佚名2010-12-27 11:21:14 保存...String[] cmd = { "C:\\cygwin\\bin\\perl.exe", "sample.pl", "param...