Thread Teil-Hash mit Grep auf Keys? (4 answers)
Opened by LanX- at 2008-10-23 04:59

LanX-
 2008-10-23 17:11
#115725 #115725
User since
2008-07-15
1000 Artikel
BenutzerIn

user image
Danke, mein Favorit ist jetzt ...

Code (perl): (dl )
1
2
3
%hash2= map { ($_,$hash{$_}) }
          grep {/a/}
            keys %hash ;

View full thread Teil-Hash mit Grep auf Keys?