in reply to Fun with Numbers
The second line has a string literal. It will be kept as is.
The third line adds a number and a string. In that case, Perl numifies the string by calling atoi or atol. Which will stop parsing at the first underscore (a warning will be given). That's not a bug - that's just the way how it is.
|
|---|