Provided by: libcatmandu-perl_1.0700-1_all
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