On Thu, 30 Sep 2004, Juerd wrote:
operator in Perl5 too: do you know actual code in which $_ was really used
there?
s/\Q$_/$foo{$_}/g for keys %foo;
D'Oh!
Michele
--
I have never seen it work, either, since I have never used Word. The
stories users of it tell me are sufficient for keeping me gl
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