Hi all,
I just noticed that within subclassed wxPerl objects (eg. Wx::Panel), if
a die() were to be executed, it will not show, even on the command-line
console. I eval-ed the object that died, and I got this string as $@:
Died at MyPanel.pm line 40.
A bit cryptic, especially when I called die() with a message (eg.
die('file not found') ). How can I retrive the die() message?
Thanks for your help.
|