Thread match-Anweisung mit strings als Suche: match-Operator (9 answers)
Opened by Duff at 2006-11-13 12:08

Duff
 2006-11-13 12:39
#71675 #71675
User since
2006-10-06
283 Artikel
BenutzerIn

user image
Danke für die Antwort.

Aber wenn ich nur ein qr davor schreibe bekomme ich einen Fehler:
Code: (dl )
Bareword found where operator expected


Wenn ich my $suchstring = qr!...!; schreibe, wird die match-Anweisung nicht ausgeführt. Beim print bekomme ich folgendes zurück:
Code: (dl )
-- (?-xism:/(<[^>]*?STRING[^>]*?>)(\d{10,15})</[^>]*?STRING[^>]*?>/igm) --
D'OH
Daniel

View full thread match-Anweisung mit strings als Suche: match-Operator