in reply to Is '2x' + '3y' == 5 documented?

According to the perlnumber I'm reading from my 5.8.5 documentation, +, along with many other binary arithmetic operators, "will attempt to convert arguments to integers" - if that doesn't keep precision, then "arguments are converted to floating point format and the floating point result is used." Since conversions are covered above, we go back to see how "decimal string" is converted to "native" types (floating/integer).

Is that what you're looking for, or am I misreading your question, the documentation, or both?

Replies are listed 'Best First'.
Re^2: Is '2x' + '3y' == 5 documented?
by tlm (Prior) on May 31, 2005 at 00:15 UTC

    I was referring specifically to the coercion to numbers of strings that have numerical prefix but end in something that is not numeric. I would not have described these as "decimal strings."

    the lowliest monk