Help for this page
my @array = map A, map B, LIST;
my @list1; for (LIST) { ... push @list2, A; } my @array = @list2;