Help for this page

Select Code to Download


  1. or download this
    my %hash;
    my @array = qw(1 3 4 55 4 3 4 22 1 3 4 3 2 2 3 34);
    ...
      $hash{$_}++;
    }
    
  2. or download this
    55,22,34 are the numbers that appear only once