Thread find mit Skalarvariabel (8 answers)
Opened by DeluxXx at 2005-06-19 18:36

DeluxXx
 2005-06-19 19:05
#55584 #55584
User since
2005-06-19
10 Artikel
BenutzerIn
[default_avatar]
Code: (dl )
1
2
3
4
$b=abcdefghiklcafkasgf;
$html=abc;
while ($b =~ s/$html/cdef/) {
}


srry ich hab wohl beim ersten bsp was übersehn =) oben hab ich die korrektur angefügt.
des problem is ja es wird nach $html in $b gesucht aber nicht nach abc also is $html in dem fall keine skalarvariable\n\n

<!--EDIT|DeluxXx|1119194088-->

View full thread find mit Skalarvariabel