in reply to Comparing against multiple values
use Switch; switch ($foo) { case [$bar,$baz,$boo] { print "yep!\n" } } [download]
buckaduck