> @list1 = qw( artist awful billy blunder) > @list2 = qw( attitude blatherskite) > > # something magical happens, and the contents of @list1 are now > # 'artist', 'attitude', 'awful', 'billy', 'blatherskite', 'blunder'
@list1 = sort @list1, @list2; -- Eric Amick Columbia, MD _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
