in reply to join email lists with comma unless one list is empty
Maybe?
sub join_email_lists { return join(",", grep { length } @_); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: join email lists with comma unless one list is empty
by Gulliver (Monk) on Jun 11, 2011 at 02:01 UTC | |
by Anonymous Monk on Jun 11, 2011 at 18:23 UTC |