Catmandu::Fix::split_field(3pm) | User Contributed Perl Documentation | Catmandu::Fix::split_field(3pm) |
NAME¶
Catmandu::Fix::split_field - split a string value in a field into an ARRAY
SYNOPSIS¶
# Split the 'foo' value into an array. E.g. foo => '1:2:3' split_field(foo, ':') # foo => [1,2,3]
SEE ALSO¶
Catmandu::Fix
2024-07-02 | perl v5.38.2 |