I was just wondering if there's some direct analog in perl6 to the perl5 construct:
while(<>){ ... }
If I'm planning on passing a filename on the command-line, I can just
get it out of $*ARGFILES easily enough, but what if I also wanted it
to work on lines passed in via standard input?
