On Mon, 12 Nov 2001, Patrick LeBoutillier wrote: > Does anyone have any comments/suggestions on any other "nice looking" ways > to implements these constructs?
Well, as far as getting rid of those 'sub's I think you could use a prototype of (&). However, maybe you could consider using one of the exception handling packages on CPAN? Exception and Exception::Class both look like candidates. I think you might be reinventing a wheel here! -sam
