sub foo { if ($something) { #do something if ($something_else) { } }else { #something else } }