autodie – Lexical exceptions for Perl 5.10



autodie – Lexical exceptions for Perl 5.10

autodie - Lexical exceptions for Perl 5.10

Wouldn’t it be great if Perl built-ins could throw their own exceptions, with proper error hierarchies, and nice-looking error messages?

Wouldn’t it be great if these could be enabled with a lexical scope?

With the new autodie pragma, it can.

Comments are closed.