# Fifteens if any( @hand ) ~~ 5 && any( @hand ) ~~ 10 { $score += 2 * ( grep -> $_ ~~ 5, @hand ) * ( grep -> $_ ~~ 10, @hand ); }