... my $ok = 0; MainLoop; print "Script continues after mainloop terminated\n"; print "Do ok stuff\n" if $ok; sub Submit { $ok = 1; $main->destroy; }