![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re^4: Unexpected result after localizing eval_error variable "$@" within "BEGIN" block (bugs)by bart (Canon) |
on Dec 27, 2007 at 09:01 UTC ( #659168=note: print w/replies, xml ) | Need Help?? |
Yes, this might mean forcing something like "; 1" onto the end of the BEGIN block's code before it is string-eval'd.That should not be necessary as the ; 1; at the end of the code could be implied, i.e. automatically added by perl.
In Section
Seekers of Perl Wisdom
|
|