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 numerifyLate unary + doesn't numerify either:
$ perl -wE 'say +"foo"' foo $
|
|---|
| 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 |