Is there a way to have a perl script exit with a status code?
For instance I have ascript that calls another script via
system("somescript"); I want to then be able to get the exit status of that script. Paul -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
