$a $b Type of Match Implied Matching Code ====== ===== ===================== ============= ... Array Num array contains number grep $_ == $b, @$a ... #### say "second match succeeds" if ((1, 17, 4) ~~ 4);