Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Reverse Engineering Sort Order

by qq (Hermit)
on Jun 10, 2003 at 10:42 UTC ( [id://264617]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Sort::ArbBiLex (
        'fulani_sort',   # ask for a &fulani_sort to be defined
    ...
      @words = <>;
      @stuff = fulani_sort(@words);
      foreach (@stuff) { print "<$_>\n" }
    
  2. or download this
        A, B, D
        L, N, R, A, E
        B, C, D, R, B, I, A, &rsquo;, C
        E, A, R, O, I, N, R, A, C
    
  3. or download this
    #/usr/bin/perl -w
    
    ...
    DEARDEN,             James Shackley
    DE&rsquo;ATH,         Richard
    DECKER,             Donna
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-23 14:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found