my ($first, $second) = @_; return 0 if @$first != @$second; my $i = 0; $second->[$i++] ne $_ && return 0 for @$first; return 1; [download]
MeowChow s aamecha.s a..a\u$&owag.print
In reply to (MeowChow) Re2: (Efficiently) comparing arrays by MeowChow in thread comparing arrays by cyberconte