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

Catmandu::Fix::split_field - split a string value in a field into an ARRAY

   # Split the 'foo' value into an array. E.g. foo => '1:2:3'
   split_field(foo, ':') # foo => [1,2,3]

Catmandu::Fix

2023-03-03 perl v5.36.0