my %hash = ( 5 => 'test 5', 7 => 'test 7', 100 => 'test 100', ); say "Elemente: ". scalar keys %hash;