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/