Help for this page
no warnings "all"; use strict; ... } close(FH); sleep 1;
Runtime rt = Runtime.getRuntime(); Process proc = null; proc = rt.exec("perl myscript.pl");