Michele Dondi skribis 2004-09-30 10:30 (+0200):
> PS: this is something that I'd like in the substitution part of a s///e 
> operator in Perl5 too: do you know actual code in which $_ was really used 
> there?

    s/\Q$_/$foo{$_}/g for keys %foo;


Juerd

Reply via email to