in reply to Re^3: split string using optimized code or perl one liner
in thread split string using optimized code or perl one liner
It works for me (Linux):
$ echo www.perlmonks.org.split.reduce.code.check | \ perl -lF'(\.)' -E'say sub{map pop,@_}->(@F)' check.code.reduce.split.org.perlmonks.www
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: split string using optimized code or perl one liner
by choroba (Cardinal) on Feb 24, 2017 at 06:26 UTC | |
by haukex (Archbishop) on Feb 24, 2017 at 06:30 UTC |