in reply to Re^2: Unexpected results when removing a HERE-DOC "ending" newline, with map and/or s/// depending on context.
in thread Unexpected results when removing a HERE-DOC "ending" newline, with map and/or s/// depending on context.

Very interesting - that's because an interpolated string is actually an unnamed variable, while a simple string is just a constant.

  • Comment on Re^3: Unexpected results when removing a HERE-DOC "ending" newline, with map and/or s/// depending on context.