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


in reply to Intelligent Exception Handling in Perl

This topic has been covered a few times recently. Relevant links can be found here, here, and here. (SuperSearch terms "Error Handling", though Im sure Exception would turn up a decent number of hits too.

In my own code, I attempt to allow as much flexibility as possible in terms of how to handle errors. Though it is also directly related to what the code is supposed to do, and in what type of environment its run in.

use perl;

  • Comment on Re: Intelligent Exception Handling in Perl