if ($x == 1) { $abc = 1 } elsif ($x == 2) { $def = 1 } elsif ($x == 3) { $xyz = 1 } else { $nothing = 1 }