in reply to Re: Merging Arrays into a Hash with Substitutionsin thread Merging Arrays into a Hash with Substitutions
# Grep in a void context! grep { defined or $_ = '' } @row; # or defined or $_ = '' for @row; [download]