DESCRIPTION
Contrary to "add_field", this will not create the intermediate structures if they are missing.SYNOPSIS
# Change the value of 'foo' to an empty hash
set_hash(foo)
# Or a hash with initial contents
set_hash(a: b, c: d)
# Change the value of 'foo' to an empty hash
set_hash(foo)
# Or a hash with initial contents
set_hash(a: b, c: d)