Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Sorting By Column

by dasgar (Priest)
on Jul 10, 2014 at 18:58 UTC ( [id://1093104]=note: print w/replies, xml ) Need Help??


in reply to Sorting By Column

I'm not sure that I totally understand what you're trying to do. It kind of sounds like you're merging multiple lists (from different files) and then wanting to do multiple column sorting of the data. Assuming that's correct, here's how I personally would approach the problem.

First, read in each file and put the data into a multidimensional array (AoA). After that, you could use something like Data::Table sort by the second column (numerically ascending) and then by the first column (numerically ascending). Once you have it sorted, just print it out to the new file.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-24 06:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found