> On 4 Aug 2017, at 22:53, ToddAndMargo <toddandma...@zoho.com> wrote: > > On 08/04/2017 01:26 PM, Elizabeth Mattijsen wrote: >> echo "a b c d" | perl6 -e 'say words[1]’ > > > Tears. :'( > > $ echo "a b c d" | perl6 -e 'say words[1]' > > ===SORRY!=== Error while compiling -e > Calling words() will never work with any of these multi signatures: > ($what, $limit = Inf, *%named) > at -e:1 > ------> say ⏏words[1]
That means you’re using a pre-2017.07 rakudo Liz