Scroll to navigation

Catmandu::Fix::compact(3pm) User Contributed Perl Documentation Catmandu::Fix::compact(3pm)

NAME

Catmandu::Fix::compact - remove undefined values from an array

SYNOPSIS

   # list => [undef,"hello",undef,"world"]
   compact(list)
   # list => ["Hello","world"]

SEE ALSO

Catmandu::Fix

2023-03-03 perl v5.36.0