#806288 perlcheat should also mention @{ $hash{'q'} }{ 'a', 'b' }

Package:
perl-doc
Source:
perl
Submitter:
積丹尼 Dan Jacobson
Date:
2015-11-26 06:03:06 UTC
Severity:
wishlist
#806288#5
Date:
2015-11-26 03:52:49 UTC
From:
To:
We see

      scalar    @array  ARRAY      @array[0, 2]  @hash{'a', 'b'}

Please also mention

      @{ $hash{'q'} }{ 'a', 'b' }

else users will try without the @{},