Next:
Loops
Up:
Control Statements
Previous:
Control Statements
Contents
Index
If
if( $city eq "Hamburg"){ ... } elsif( $city eq "Hannover"){ ... } else { ... }