in reply to Re^3: String concatenation
in thread String concatenation

I envy the monks with an understanding of what Perl does internally!
You don't need an understanding of what Perl does internally to find out whether two code snippets compile to the same optree. Use -MO=Terse (or -MO=Concise).