Expression Modifiers (1) Conditionally evaluate : if ; unless ; Conditionally (and maybe repeatedly) evaluate : while ; until ; Example: die "Error: \$a is not equal to \$b!\n" unless ($a == $b);