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

2022-03-22 perl v5.34.0