Help for this page
sub some_sub { die "Error" if ($some_condition); ... # exception! handle error here }