in reply to Re: ActivePerl exit codes
in thread ActivePerl exit codes

What I have is a Perl command in a Windows batch file which for some reason is failing with an exit code of 13. The Perl script itself can't exit with this number - there is no "exit 13" in my code - therefore it must be a problem with the Perl command itself.

A

Replies are listed 'Best First'.
Re^3: ActivePerl exit codes
by Joost (Canon) on Jun 11, 2004 at 10:47 UTC
      I can't see the error message as the script wasn't run by myself - all I have to go on is that the exit code is 13.