Help for this page

Select Code to Download


  1. or download this
    hash{-10} = bar
    hash{-1} = foo
    hash{12} = baz
    
  2. or download this
    hash{0} = bar
    hash{1} = foo
    hash{2} = baz
    
  3. or download this
    $counter=0;
    foreach (sort keys(%hashone))
    ...
        delete $hashone{$_};
        $counter++;
    }
    
  4. or download this
    hash{-10} = bar
    hash{1} = foo
    hash{20} = baz