in reply to
Re: Appending value to a hash value
in thread
Appending value to a hash value
Yes,
all
modify-assign operators use the operator it's based upon, on the left hand side of the "=". See
Assignment Operators
in
perlop
.
Comment on
Re^2: Appending value to a hash value
In Section
Seekers of Perl Wisdom