http://www.perlmonks.org?node_id=989786


in reply to Re: Identical Arrays
in thread Identical Arrays

# the sort order (numeric or alpha) doesn't matter # as long as it is consistent.
my @x = ('1ringy-dingy2ringy-dingy', 2, 3); my @y = (2, 3, 1);