Hi, When I call a perl script from within a unix shell script, I'd like the perl script to set $status to some value for the shell script to use on return.
I have tried a number of ways to no avail. $status is always 0 in the shell script when the perl script returns. Anyone knows the how-to, or should I go to another list (unix ??). Thank you.