Subject: | wish: mesh returns array of arrays |
I think it would extremely useful if mesh returned a list of lists
rather than just a flat list.
@a = qw/a b c/;
@b = qw/1 2 3/;
@c = mesh @a, @b; # mesh returns ([a, 1], [b, 2], [c, 3]);
This queue is for tickets about the List-MoreUtils CPAN distribution.
The Basics
People
|
Bug Information
|