Help for this page

Select Code to Download


  1. or download this
    %hash = 100;
    
  2. or download this
    %hash = ( 100 => undef );
    
  3. or download this
    keys(%hash) = 100;