Hi, # Perl 5 my %hash = (a => 1, b => 2, a => 3); warn $hash{a}; # 3
But I vaguely remember having seen...: # Perl 6 my %hash = (a => 1, b => 2, a => 3); say %hash<a>; # 1 Can somebody confirm this? --Ingo -- Linux, the choice of a GNU | Mathematicians practice absolute freedom. generation on a dual AMD | -- Henry Adams Athlon! |