Help for this page
$ha = [[1,2], [5,5,5], ... [1,2], [2,1], [5,5,5]];
use Set::Bag; my $bag_a = Set::Bag->new(); my $bag_b = Set::Bag->new();
my @ser_a; for my $aref (@$ha) { ... print "not "; } print "equal\n";