Thread Interpolation in Regexp (8 answers)
Opened by Matthias at 2005-05-20 18:01

pKai
 2005-05-22 17:12
#55090 #55090
User since
2005-02-18
357 Artikel
BenutzerIn
[default_avatar]
[quote=Matthias,22.May.2005, 14:27]Kann das Problem evtl. daran liegen, dass das $ als Stringendezeichen verstanden wird, obwohl noch Zeichen danach folgen?[/quote]
Ja.

Teil der Ausgabe mit use re 'debug'; für die Version ohne \Q:
Quote
Compiling REx ``command -option $TMP`'
size 10 first at 1
1: EXACT <`command -option >(7)
7: EOL(8)
8: EXACT <TMP`>(10)
10: END(0)
I sense a soul in search of answers.

View full thread Interpolation in Regexp