&do_task(); sub do_task { ... do something... if ($somecondition) { exit(); } }