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


in reply to Re^4: substitute characters in the RHS of a search & replace
in thread substitute characters in the RHS of a search & replace

I think a call on @something should rather generate a warning instead of trying DWIM.

But no (good) idea how to implement that.

Maybe better iterate over all arguments and returning a list? something called rxmap maybe?

Cheers Rolf