sub safe_exit { my $self = shift; $self->teardown(); # Include other functions that should be run here. exit; }