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