in reply to XML::Twig Unexplained Handler dies

Windows or non-Windows? What's the error code with which the process exits (echo $?)?

Replies are listed 'Best First'.
Re^2: XML::Twig Unexplained Handler dies
by Herkum (Parson) on Nov 04, 2008 at 21:13 UTC

    This is a Ubuntu 8.04 desktop, and I am running the code inside of a perl testing suite (just to give context).

    When I run the echo $? it displays a 255.

      I was hoping it might have been caused by some signal, but 255 is an odd value (signal 127 with core dump). It's probably some special value whose meaning I don't know. Sorry, can't help.