<php> /* * DO NOT MODIFY THIS CODE BLOCK UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!! * IT EXISTS TO DISPLAY THE HELP MATERIAL PROVIDED BY THIS APPLICATION! */ $tmp = shell_exec(“java -cp /opt/bio/sources/readseq-2.1.30/readseq.jar help”); $data = explode(“\n”,$tmp); print(“<pre>”); foreach($data as $line){
print($line."\n");
} print(“</pre>”); </php>