How to list and sort all unique words from a text file using #Perl6: for "myfile.txt".IO.words.unique.sort -> $word { say $word; }
0
1
1
0
0