%my_hash = {}; $hash_ref = 'my_hash'; %$hash_ref{'foo'} = 'bar'; #sets %my_hash{'foo'} = 'bar'