Re: Domains? [Re: r28597 - docs/Perl6/Spec/S32-setting-library]
27;š', 'z', 'ž', 't' .. 'w', 'õ', 'ä', 'ö', 'ü', 'x', 'y' (Estonian) So yes, you are definitely on the right track with Domains. Regards, Ville Koskinen
Assigning duplicate values to several hash keys using junctions?
foo bar); @ha...@keys} = ('some value') x @keys; } but then you need the @keys array, which needs to be defined if you are dealing with literal values. Reading the synopses, one possibility seems to be %hash >>= 'some value'; using hyper operators, but is that really the best way? Regards, Ville Koskinen