in reply to Re^2: Strange grep construct
in thread Strange grep construct
I have trouble seeing a justification for this degree of golfing,
Perl golf is the art of using as few characters as possible so this doesn't really qualify.
With unnecessary characters removed:
my@i=grep defined,@{{map{lc,$_}@a}}{map{lc}@b};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Strange grep construct
by LanX (Saint) on Apr 12, 2019 at 22:38 UTC |