Thread
Map bei Hash ?
(12 answers)
Opened by
BrownWolf
at
2004-01-08 15:15
format_c
2004-01-08 16:18
User since
2003-08-04
1706 Artikel
HausmeisterIn
Ergo:
Code: (
dl
)
1
2
3
4
for (keys %hash) {
$hash{unpack("H*",$_)} = $hash{$_};
delete $hash{$_};
}
Gruß Alex
Effizente Linuxshell
View full thread
Map bei Hash ?