>>32
それは配列のスライスと、連想配列のスライス

@array[1,2] は ($array[1], $array[2])
@hash{b,c} は ($hash{b}, $hash{c})

とそれぞれ等価