Help for this page

Select Code to Download


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