Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Sorting multi dimensional arrays

by Anonymous Monk
on Mar 14, 2001 at 21:20 UTC ( [id://64430]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @array = ( [5,7,2],[9,4,8],[1,6,3]);
    after sort results= ( [1,2,3],[4,5,6],[7,8,9] );
    
  2. or download this
    #!/usr/bin/perl
    use Data::Dumper;
    
    ...
       }
    
    print Dumper($sample);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-19 21:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found