Thread RegExp matcht nicht (3 answers)
Opened by Opaxtl at 2007-09-09 01:07

Opaxtl
 2007-09-09 01:07
#99228 #99228
User since
2007-03-21
12 Artikel
BenutzerIn
[default_avatar]
Hallo Forum,

warum matcht das hier nicht:

Code (perl): (dl )
1
2
3
4
5
my $foo = qq(<a href="/cgi-bin/lesen.cgi?benutzer=<!--#echo var='REMOTE_USER' -->&datei=simonsalbum/00107.html">);
my $bar = qq(<h4><img src="../images/simonsalbum/neu.jpg" width="69" height="69" alt=""><a href="/cgi-bin/lesen.cgi?benutzer=<!--#echo var='REMOTE_USER' -->&datei=simonsalbum/00107.html">Test</a> (Ă„nderung)</h4>\n);
if ($bar =~ m($foo)) {
  die "geht doch";
}


Was steht in $foo Schlimmes drin?
Danke euch!
Patrick

View full thread RegExp matcht nicht