my $excel = MakeItStart(); eval { DoStuff( $excel ); 1; } or do { warn "UHOH $@ "; KillIt( $excel ); }; exit( 0 );