Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re-ordering data branches in a [Tree::DAG_Node] tree

by kcott (Archbishop)
on Apr 23, 2018 at 10:36 UTC ( [id://1213420]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sort { $a =~ y/ //dr cmp $b =~ y/ //dr } @data
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
        say for sort { $a =~ y/ //dr cmp $b =~ y/ //dr } @$data;
        say '=' x 20;
    }
    
  3. or download this
    Data from atcroft
    --------------------
    ...
      i
    j
    ====================
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-03-28 10:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found