j
k
j a
j l
Am Samstag, dem 29. September 2001 um 14:54:37, schrieb Josef Spillner:
$foo = "bar (x) foo"; $x = "(x) f"; $y = "(y) f"; $foo =~ s/$x/$y/g;
Was stoert an quotemeta?
$foo = "bar (x) foo"; $x = "(x) f"; $y = "(y) f"; $foo =~ s/\Q$x/$y/g;
Torsten
Back to the thread
Back to the list