Hallo everyone,
I have a perl script which can return error codes. I have done this with, for example, 'exit 11;', which would (I imagine) send the exit code 11 (instead of 0) back to the calling program.
I would now like to check that my error codes are being returned correctly and so wanted to write a short script to test this. Here I considered using the following ...
$checkexitcode = system ("perl...