Help for this page

Select Code to Download


  1. or download this
    my %hash;
    foreach $item (@array) {
       $hash{ $item } = ( !defined( $hash{ $item } ) ) ?
          $hash{ $item }++ : 1;
    }