> They need to be able to throw named exceptions which the > caller can choose to catch or not. die is the closest thing to an > exception in Perl, and eval is a long way from a try block.