Thread Hash altenative Schreibweise (4 answers)
Opened by rakudo at 2011-02-19 10:00

Gast rakudo
 2011-02-19 16:06
#145773 #145773
Code (perl): (dl )
1
2
3
4
5
6
7
8
#!perl6
use v6;

my %hash = ( 'a' => 97, 'b' => 98, 'c' => 99 );

my $key = 'c';

say %hash<<$key>>;


Ganz habe ich das noch nicht verstanden.
Erhofft habe ich mir "99" und bekommen habe ich "Any()".
Last edited: 2011-02-19 16:17:12 +0100 (CET)

View full thread Hash altenative Schreibweise