Thread
String teilen
(7 answers)
Opened by
kevin
at
2005-10-26 16:23
frodus
2005-10-26 16:26
User since
2003-09-26
147 Artikel
BenutzerIn
Vielleicht so:
Code: (
dl
)
my @arr = split(/.{120}/, $string);
Code ist nicht getested!
/Frodus
View full thread
String teilen