|
|
| Just another Perl shrine | |
| PerlMonks |
Re^3: Hash merging!by eibwen (Friar) |
| on Apr 26, 2005 at 08:30 UTC ( [id://451453]=note: print w/replies, xml ) | Need Help?? |
|
Similarly, the @ sigil in @$A{keys %b} denotes list context. I believe it interpolates as (verified): @$A{(c,d,f)} = (9, 16, 36); Which is essentially the same thing as:
Given that $A = \%a, you could skip the reference:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||