http://www.perlmonks.org?node_id=1080697


in reply to Re^4: Custom Sort An AoA
in thread Custom Sort An AoA

Ah yes, this is along the lines of what I was looking for.

Although it feels a bit strange spoon-feeding you a solution... ;)

Implementing the orcish maneuver as kennethk suggested is left as an excercise for the reader.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

Replies are listed 'Best First'.
Re^6: Custom Sort An AoA
by Limbic~Region (Chancellor) on Apr 02, 2014 at 12:07 UTC
    shmem,
    I almost started the thread with I know this is false laziness but.... You are right that this was well within my capabilities. I am not one to make excuses but I have been completely immersed in 6502 Assembly since last Friday afternoon. In fact, this code was to identify an execution path through some assembly. When the answer didn't immediately pop into my head I decided it was best not to think about it. I knew if I switched contexts from Assembly (which I am just learning) to Perl, the effort to regain where I was would be a lot of work.

    Mea culpa

    Cheers - L~R