in reply to Re^2: How many different ways can Perl code fail?
in thread How many different ways can Perl code fail?
Update: Just found that the answer to this is covered by the documentation of Devel::EvalError. A quick read seems to suggest that the issue can only arise if there's a DESTROY method which uses eval (however indirectly) and doesn't localise $@.
You'll have to decide whether that would be a problem for you...
--
use JAPH;
print JAPH::asString();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How many different ways can Perl code fail?
by ikegami (Patriarch) on Jan 14, 2009 at 18:00 UTC |