Package: perl-doc
Version: 5.20.2-6
Severity: wishlist
File: /usr/share/man/man1/perlcheat.1.gz
We see
scalar @array ARRAY @array[0, 2] @hash{'a', 'b'}
Please also mention
@{ $hash{'q'} }{ 'a', 'b' }
else users will try without the @{},