in reply to Re^3: Only joining elements of an array that are defined
in thread Only joining elements of an array that are defined
<shrug/>Whatever works for you. I find that always using the block form of grep and map is a lot clearer for the compiler as well as human reader, and can prevent mistakes for more complicated expressions, at the cost of one extra character. So unless you're golfing it's probably better to stick with that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Only joining elements of an array that are defined
by Fletch (Bishop) on Feb 14, 2006 at 14:19 UTC | |
|
Re^5: Only joining elements of an array that are defined
by blazar (Canon) on Feb 15, 2006 at 09:55 UTC |