Help for this page

Select Code to Download


  1. or download this
    my %hash_of_hashes;
    
    ...
        # add this hash to the hash-of-hashes:
        $hash_of_hashes{$record_no} = \%unitfiles_hash;
    }
    
  2. or download this
    my %hash_of_hashes;
    
    ...
             Photo_permission => $f[14],
        };
    }
    
  3. or download this
    my %hash_of_hashes;
    
    ...
    
        $hash_of_hashes{$rn} = \%h;
    }