Help for this page

Select Code to Download


  1. or download this
    for @array -> $a, $b { ... }
    for @array -> $one, $two, $three { ... }
    
  2. or download this
    my @bytwo = map -> $a, $b { [$a,$b] } @array;