Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Need help in sorting the array

by bv (Friar)
on Dec 10, 2009 at 15:06 UTC ( [id://812210]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @newArr = map {
     # put it all back together
        join '', @$_
    ...
     # break off the digits and put in an anonymous array
        [ split /(\d+)/ ]
      } @arr;
    
  2. or download this
    @_=qw;
    Just another Perl hacker,;
    ;$_=q=print
    "@_"= and eval;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-20 01:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found