On Wed, 13 Jul 2011 07:40:26 -0700 (PDT) John Hardin <jhar...@impsec.org> wrote:
> I took a quick look at the sources for jpegtopnm and could not see > anything that would return an error code of 2048. What OS is this on? FuzzyOCR is returning $? as the "retcode", which is not the exit code. It's the exit _status_, which is 256 * exit code. The actual exit code is 8. Perhaps that'll help you hunt it down. (See $? in the "perlvar" man page.) Regards, David.