http://qs1969.pair.com?node_id=459605


in reply to Error Handling with Packages

use eval BLOCK
use strict; use warnings; eval { &GWBush; }; print "Error: $@" if $@; sub GWBush { die "I'm a liar"; }


holli, /regexed monk/