in reply to Re^2: About the + in front of a hashref that disambiguates from a code block. (unary -)
in thread About the + in front of a hashref that disambiguates from a code block.

Not only did early unary + not numerify
Late unary + doesn't numerify either:
$ perl -wE 'say +"foo"' foo $
  • Comment on Re^3: About the + in front of a hashref that disambiguates from a code block. (unary -)
  • Download Code

Replies are listed 'Best First'.
Re^4: About the + in front of a hashref that disambiguates from a code block. (unary -)
by ikegami (Patriarch) on Oct 24, 2009 at 23:03 UTC
    We know because the question was whether it had always been that way.