$ perl6 -e 'for lines("a") Z lines("b") -> $a, $b { say "$a\t$b" }'