in reply to Re^2: ActivePerl exit codes
in thread ActivePerl exit codes
Take a look at errno.h in your local C compiler include directory. 13 translates to EACCESS which marries up with your 'permission denied'.
From that I guess it is safe to assume that perl.exe uses the appropriate unix-style error code as exit values.
It would be nice if this was tagged in perlrun somewhere, but it probably the default expectation for unix tools and so doesn't rate a mention.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: ActivePerl exit codes
by ambrus (Abbot) on Jun 11, 2004 at 14:56 UTC | |
by BrowserUk (Patriarch) on Jun 11, 2004 at 15:27 UTC |