Help for this page

Select Code to Download


  1. or download this
    @stuff = (a, 1, b, 2, c, 3, d, 3);
    
  2. or download this
    c => 3
    d => 3
    
  3. or download this
    @stuff = (a, 1, b, 2, c, 3, d, 3);
    
    ...
    while ( ($key, $value) = each %unique) {
     print "$key => $value\n";
     }