Help for this page

Select Code to Download


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