Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Golf: Arbitrary Alphabetical Sorting

by ChemBoy (Priest)
on May 09, 2001 at 20:42 UTC ( [id://79151]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub o {
    $q=join'',@{$_[0]};
    sort {$i=0;
    {index($q,substr($a,$i,1))<=>index($q,substr($b,$i,1))or($i++,redo)}}@
    +{$_[1]}
    }
    
  2. or download this
    sub o {
    $q=join'',@{$_[0]};
    sort {$a cmp$b?do{$i=0;{index($q,substr($a,$i,1))<=>index($q,substr($b
    +,$i,1))or($i++,redo)}}:0
    }@{$_[1]}
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://79151]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-20 01:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found