http://www.perlmonks.org?node_id=946675


in reply to Re^10: ref to read-only alias ... why? (notabug)
in thread ref to read-only alias ... why?

123++ should be working fine, no?

A "useless" warning would be appropriate.

++123 would be equivalent to 1+123, though.