On 1/11/19 11:07 AM, JJ Merelo wrote:
What would you say is the error, according to where the arrow points to? Maybe some unclosed double quotes?

El vie., 11 ene. 2019 a las 19:57, ToddAndMargo via perl6-users (<perl6-us...@perl.org <mailto:perl6-us...@perl.org>>) escribió:

    Hi All,

    How do I do a hash inside a hash?

    So far I have:

    $ p6 'my %Vendors=("acme" => ( "ContactName" => "Larry, "AccountNo" =>
    1234 ) ); say %Vendors;'
    ===SORRY!=== Error while compiling -e


    I want to be able to have both a Contact Name and and AccountNo
    associated with each key in %Vendors.


    Many thanks,
    -T



--
JJ

I missed the quote after Larry.  Timo found it for me.

Reply via email to