my @arr1 = ('hello', 'goodbye'); say "array size is 2" if @arr1 ~~ 2;