Help for this page
use List::MoreUtils qw( zip ); ... my @mixed = zip @first, @second; print "@mixed\n";