Thread
Anzahl der Matches: wie war das nochmal
(5 answers)
Opened by
format_c
at
2004-04-23 21:54
betterworld
2004-04-26 14:08
User since
2003-08-21
2614 Artikel
ModeratorIn
Code (perl): (
dl
)
1
2
3
my
$string
=
"Hallo Welt da draussen"
;
my
$count
=
$string
=~
tr/a/a/
;
print
$count
;
Lieblingsmodule:
IPC::System::Simple
,
Path::Class
View full thread
Anzahl der Matches: wie war das nochmal