Thread hashkeys ändern (3 answers)
Opened by Froschpopo at 2008-07-07 19:20

pq
 2008-07-07 19:31
#111918 #111918
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
ansonsten geht nur: alten eintrag löschen und mit neuem key wieder hinzufügen.
Code (perl): (dl )
$hash{new} = delete $hash{old};
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread hashkeys ändern