How do I get the exit status returned by a perl script called from a java program using runtime. the perl script can exit with several exit status's and I need to know what that value is to know what to do after the return.

thanks,
twk