Re: How do I emulate unix exit status from Perl on VMS

2005-02-03 Thread sebb
On Wed, 02 Feb 2005 18:57:58 -0800, Sampath Ravindhran <[EMAIL PROTECTED]> wrote: > > I have a Java application that uses the Runtime.exec() method to run a > bunch of Perl scripts. When the perl program exits, the java application > retrieves the exit status of the perl process, and expects it to

How do I emulate unix exit status from Perl on VMS

2005-02-02 Thread Sampath Ravindhran
I have a Java application that uses the Runtime.exec() method to run a bunch of Perl scripts. When the perl program exits, the java application retrieves the exit status of the perl process, and expects it to be 0. Anything other than 0 is treated as an error and the application does not proce