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


in reply to Re: String concatenation
in thread String concatenation

Both of the interpolation forms compile to the same optree. Perl does the same work for both of them. Any difference between their benchmarks is noise.

Given that, the time difference between concatenation and interpolation (which do have different optrees) is insignificant.