Help for this page

Select Code to Download


  1. or download this
    $ perl6 -e 'for lines("a") Z lines("b") -> $a, $b { say "$a\t$b" }'
    
  2. or download this
    $ perl6 -e 'for lines("a") Z lines("b"), '' xx * -> $a, $b { say "$a\t
    +$b" }'