if( ) { ... } else { ... } otherwise { } my $var = ? $a :: $b :: $c; #### unless( ) { ... } else { ... } #### if( $loginAttempted ) { if( $loginSuccessful ) { ... } else { ... } } else { ... }