in reply to
RE: Re: why does
in thread
why does
You're right. The hash reference I was referring to is the intermediate result in that statement, created by
{ reverse %hash }
[download]
That's an anonymous hash reference. The outer brackets not in the above statement then dereference that to create a hash.
Comment on
RE: RE: Re: why does
Download
Code
In Section
Seekers of Perl Wisdom