Help for this page

Select Code to Download


  1. or download this
    sub hash_init  {
    
    ...
        return %hash;
    }
    
  2. or download this
        my %hash = hash_init();
    
    ...
        print Dumper(%hash);
    
        untie (%hash);