in reply to equivalent of python's zip in perl

See List::Util::zip (or is it List::MoreUtils::zip ?).

For converting interleaved arrays, there is natatime in the same module.

Update: s/Scalar/List/g, spotted by LanX