in reply to Re^3: In place search and replace with a hash
in thread In place search and replace with a hash

OK I understand now what's happening, thanks! :)

The interpolation is done by translating to a concat which is executed.

(parsing hell)

Cheers Rolf

(addicted to the Perl Programming Language and ☆☆☆☆ :)

update

see update in this post for an explanation of how interpolation works.

  • Comment on Re^4: In place search and replace with a hash