Help for this page

Select Code to Download


  1. or download this
    use v5.12;
    use warnings;
    ...
    
    say "--- used as map";
    dd cmap { [ $c => $_] } @myArray;
    
  2. or download this
        
    --- used as loop
    at position 0 there is alfa
    ...
    at position 2 there is gamma
    --- used as map
    ([0, "alfa"], [1, "beta"], [2, "gamma"])