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

DrWhiteLetter
 2005-06-19 20:54
#55586 #55586
User since
2005-01-30
26 Artikel
BenutzerIn
[default_avatar]
Hi, du!

Du hast vergessen, die Anführungszeichen zu setzen, welche bei Strings benötigt werden.

Code: (dl )
1
2
3
4
5
6
#!/usr/bin/perl -w

$b="abcdefghijklmnopqrstuvwxyz";
$html="abc";
$b=~s/$html/cdef/g;
print $b;


//Edit:
Misst, jetzt dachte ich, ich bin einmal schneller als die Anderen... da kam esskar. ;)\n\n

<!--EDIT|DrWhiteLetter|1119201205-->

View full thread find mit Skalarvariabel