http://qs321.pair.com?node_id=11118326


in reply to Re: ${^POSTMATCH} problem
in thread ${^POSTMATCH} problem

I see, thank you for the explanation.

So, in this case, the point is that if I “wrap” scalar into an expression (stringification, concat wish an empty string,...), the multiconcat will use the result of the expression instead of a reference. It works well, thank you. However, I have used an array and join(map()) to fix the script.

Thank you all.