Help for this page
eval { die 'Ack!'; ... exit; __END__
eval { # Something that can die ... }; Your::CustomMod::launch_error( $@ ) if ( $@ );