{ my %foo = @input; @output = grep { defined } values(%foo); }