Catmandu::Fix::set_hash(3pm) | User Contributed Perl Documentation | Catmandu::Fix::set_hash(3pm) |
Catmandu::Fix::set_hash - add or change the value of a HASH key or ARRAY index to a hash
Contrary to "add_field", this will not create the intermediate structures if they are missing.
# Change the value of 'foo' to an empty hash set_hash(foo) # Or a hash with initial contents set_hash(a: b, c: d)
Catmandu::Fix
2023-03-03 | perl v5.36.0 |