Help for this page

Select Code to Download


  1. or download this
    my %hash;
    
    ...
    $hash{$string} = 1;
    
    $hash{q(This is a dumb key)} = 1;
    
  2. or download this
    @hash{`find nits`} = 1;