Search Results

16
votes

Is there an elegant zip to interleave two lists in Perl 5?

The List::MoreUtils module has a zip/mesh function that should do the trick. Here is …