Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: 2D arrays

by davido (Cardinal)
on Jul 02, 2012 at 20:50 UTC ( [id://979535]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @output = sortList( @flatlist );
    foreach my $array_ref ( @output ) {
        print "@{$array_ref}\n";
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        }
        return @output;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://979535]
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: (6)
As of 2024-04-23 19:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found