http://qs321.pair.com?node_id=230804


in reply to Best Practices for Exception Handling

Matt Sergeant points out (pdf) that Error.pm's try/catch is implemented with a function prototype of & that can create nastly, unexpected closures. his recommendation is to use Error.pm but use eval instead of the try/catch syntactic sugar.

anders pearson