Help for this page
use strict; use warnings; ... my @uniq2 = sort keys %hash2; print 'uniq2 = ' . Dumper \@uniq2;
uniq1 = [ '0', ... ] same for uniq2