Catmandu::Fix::compact(3pm) | User Contributed Perl Documentation | Catmandu::Fix::compact(3pm) |
Catmandu::Fix::compact - remove undefined values from an array
# list => [undef,"hello",undef,"world"] compact(list) # list => ["Hello","world"]
Catmandu::Fix
2020-06-06 | perl v5.30.3 |