On Fri, Jan 11, 2019 at 20:15 ToddAndMargo via perl6-users <
perl6-users@perl.org> wrote:
...
> $p6 'my $x = "acme"; my %Vendors = ( acme => { ContactName => "Larry",
> AccountNo => 1234 } ); my Str $y = %Vendors{$x}<ContactName>.Str; say $y;'

In my experience, it helps often to avoid using strict typing unless really
needed.

Best regards,

-Tom

Reply via email to