标签: java perl
如何使用java执行perl脚本。谢谢你们:)
答案 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)
Runtime.exec