sub multi { my ( $bob ) = @_; if ( $bob == 45 ) { print $bob; return; } elsif (...) { ... return; } else { ... return; } }