in reply to Re: Merging Arrays into a Hash with Substitutions
in thread Merging Arrays into a Hash with Substitutions

Why have a grep and a for loop, though?
# Grep in a void context! grep { defined or $_ = '' } @row; # or defined or $_ = '' for @row;