Thread
Map bei Hash ?
(12 answers)
Opened by
BrownWolf
at
2004-01-08 15:15
DS
2004-01-08 21:07
User since
2003-08-04
247 Artikel
BenutzerIn
Wie wär's mit:
Code (perl): (
dl
)
%hash
=
map
{
unpack
(
'H*'
,
$_
)
=>
$hash
{
$_
}
}
keys
%hash
;
View full thread
Map bei Hash ?