Help for this page

Select Code to Download


  1. or download this
    use_hash(\$test);
    
  2. or download this
    use_hash($test);
    
  3. or download this
    %{$ref->hash1}->{'two'} = 'twosdata';
    
  4. or download this
    %{$$ref->hash1}->{'two'} = 'twosdata';