如何在java中执行perl脚本?

时间:2010-10-18 01:31:25

标签: java perl

如何使用java执行perl脚本。谢谢你们:)

1 个答案:

答案 0 :(得分:8)

不知道更多要求:

Runtime.getRuntime().exec("/path/to/perl /path/to/perl/script");

有关Runtime.exec的文档:http://download.oracle.com/javase/6/docs/api/java/lang/Runtime.html#exec(java.lang.String