- or download this
if ($col6 =~ /^\Q97517\E/ }
elsif
$col6 =~ /^\Q97516\E/))
- or download this
if (CONDITION) {
ACTION_WHEN_CONDITION_IS_TRUE
}
- or download this
elsif (ALTERNATIVE_CONDITION) {
ACTION_WHEN_ALTERNATIVE_CONDITION_IS_TRUE
}
- or download this
else {
ACTION_WHEN_CONDITION_IS_FALSE
}
- or download this
ACTION_WHEN_CONDITION_IS_TRUE if CONDITION;