What does the status code of the Perl interpreter mean?
Posted
by futureelite7
on Stack Overflow
See other posts from Stack Overflow
or by futureelite7
Published on 2010-03-12T12:18:57Z
Indexed on
2010/03/12
12:27 UTC
Read the original article
Hit count: 431
Hi,
This might sound slightly confusing, but please bear with me.
I'm trying to execute a copy of the Perl interpreter using Java's Runtime.exec(). However, it returned error code 9. After running the file a few times, the perl interpreter mysteriously started to return code 253 with no changes in my command at all.
What does code 253 / code 9 mean? A google search for perl interpreter's exit codes turned up nothing. Where can I find a list of exit codes for the Perl interpreter? Thanks!
© Stack Overflow or respective owner