Can anyone tell me what an exit code of 255 means?
I'm troubleshooting someone else's PERL script that's set up as a scheduled job and 99% of the time it exits with value 0 but every now and again it exits with 255.
This is not being set within the perl script so I presume it is due to some abnormal termination of the code.
Can't find this referenced anywhere...
-Stuart.