Note: In the grep I only test if the value contains something different than spaces. That logic is flipped to your code, but more natural for grep. It should do the same.print "First:\n"; print "$_\n" for grep { /[^\s]/ } param("Data_One"); print "Second:\n"; print "$_\n" for grep { /[^\s]/ } param("Second_Part");
In reply to Re: Distinct field name output attempt
by holli
in thread Distinct field name output attempt
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |