We see
scalar @array ARRAY @array[0, 2] @hash{'a', 'b'}
Please also mention
@{ $hash{'q'} }{ 'a', 'b' }
else users will try without the @{},
We see
scalar @array ARRAY @array[0, 2] @hash{'a', 'b'}
Please also mention
@{ $hash{'q'} }{ 'a', 'b' }
else users will try without the @{},