Thread Hash each Konstrution mit Aktion für beide Werte (9 answers)
Opened by marky at 2011-10-22 08:57

payx
 2011-10-22 10:26
#153398 #153398
User since
2006-05-04
564 Artikel
BenutzerIn

user image
Hallo marky,

Code (perl): (dl )
1
2
3
4
while ( my @a = each %FM ) {
    s/<([^>]|\n)*>/ /g for @a;
    print "$a[0] => $a[1]\n";
}

HTH
Grüße
payx
Last edited: 2011-10-22 10:27:52 +0200 (CEST)

View full thread Hash each Konstrution mit Aktion für beide Werte