DOKK / manpages / debian 12 / libcatmandu-perl / Catmandu::Fix::set_array.3pm.en
Catmandu::Fix::set_array(3pm) User Contributed Perl Documentation Catmandu::Fix::set_array(3pm)

Catmandu::Fix::set_array - add or change the value of a HASH key or ARRAY index to an array

Contrary to "add_field", this will not create the intermediate structures if they are missing.

   # Change the value of 'foo' to an empty array
   set_array(foo)
   # Or an array with initial contents
   set_array(foo, "a", "b", "c")

Catmandu::Fix

2023-03-03 perl v5.36.0