EchoAngel has asked for the wisdom of the Perl Monks concerning the following question:
I want to use a single perl command to generateasdf = aaa bbbb c or asdf = ddddd ee asdfg
where this output is based on the length of the longest element to the shortest (if equal then, alphabet order). How to do this?bbbb_aaa_c or asdfa_ddddd_ee
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Single Line Perl Command and Makefile
by ccn (Vicar) on Sep 14, 2004 at 18:17 UTC | |
|
Re: Single Line Perl Command and Makefile
by BUU (Prior) on Sep 15, 2004 at 01:04 UTC | |
|
Re: Single Line Perl Command and Makefile
by mifflin (Curate) on Sep 14, 2004 at 18:12 UTC | |
|
Re: Single Line Perl Command and Makefile
by Anonymous Monk on Sep 14, 2004 at 18:16 UTC |