@a=qw (a c d); @b = qw(s d v); @c = qw(l d s); @d = qw(i c f); my @new = (a, c, d, s, v, l, i, f);