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