sub someSub { if (some condition) { ... return; } if (some other condition) { ... return; } } #### sub someSub { if (some condition) { ... } elsif (some other condition) { ... } }