in reply to Re^2: Help with a logical structure for an if statementin thread Help with a logical structure for an if statement
Or even:
if ([sort $player_one_race, $player_two_race] ~~ [qw(terran zerg)]) { # TIMTOWTDI } [download]