Help for this page

Select Code to Download


  1. or download this
    $| = 1;
    open(JAVA, "java_command_stuff |") or die ...;
    ...
       print "$line<br>\n";
    }
    close JAVA;