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]

Reply via email to