Thread Map bei Hash ? (12 answers)
Opened by BrownWolf at 2004-01-08 15:15

format_c
 2004-01-08 16:18
#78653 #78653
User since
2003-08-04
1706 Artikel
HausmeisterIn
[Homepage] [default_avatar]
Ergo:
Code: (dl )
1
2
3
4
for (keys %hash) {
$hash{unpack("H*",$_)} = $hash{$_};
delete $hash{$_};
}


Gruß Alex

View full thread Map bei Hash ?