in reply to Re^2: Error.pm vs closure issue fixed in Perl > 5.8.4 ? (return)
in thread Error.pm vs closure issue fixed in Perl > 5.8.4 ?

Interesting, I thought that eval would allow a return, but you're right, it doesn't. So there are two problems that prevent this from working intuitively with return statements and neither of them have any known fix in Perl 5.
  • Comment on Re^3: Error.pm vs closure issue fixed in Perl > 5.8.4 ? (return)