#!/usr/bin/perl print zip('ABCDEFGHIJ', 'abcde') . "\n"; sub zip { my ($str1, $str2) = @_; my $zip; for (my $i=0; $i