Thread
Teil-Hash mit Grep auf Keys?
(4 answers)
Opened by
LanX-
at
2008-10-23 04:59
LanX-
2008-10-23 17:11
User since
2008-07-15
1000 Artikel
BenutzerIn
Danke, mein Favorit ist jetzt ...
Code (perl): (
dl
)
1
2
3
%hash2
=
map
{
(
$_
,
$hash
{
$_
}
)
}
grep
{
/a/
}
keys
%hash
;
me
and
my writeups
View full thread
Teil-Hash mit Grep auf Keys?