Thread Ausgabe von Matches (4 answers)
Opened by Gast at 2007-09-28 18:04

Jense
 2007-09-28 19:40
#100140 #100140
User since
2007-09-28
2 Artikel
BenutzerIn
[default_avatar]
Das sollte klappen:

Code: (dl )
1
2
3
if(my(@matches) = $_ =~ m/(\[.*?\])/g) {
print "$_\n" for @matches;
}


Gruß
Jens

View full thread Ausgabe von Matches