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.