in reply to Re: Re: Sending an anonymous hash to a sub
in thread Sending an anonymous hash to a sub

the + is used (I think) to dis-ambiguate the notation - other wise %{shift} could actually be interpeted as %shift - at least in some contexts.

--Bob Niederman, http://bob-n.com

All code given here is UNTESTED unless otherwise stated.

  • Comment on Re: Re: Re: Sending an anonymous hash to a sub