Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: What makes an array sorted and a hash unsorted?

by ikegami (Patriarch)
on Jun 01, 2009 at 17:07 UTC ( [id://767324]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print $_ foreach @array;
    print $_ foreach keys %hash
    
  2. or download this
    s/will/may/
    
  3. or download this
    $ perl -e'system(perl => "-le %h = map { \$_=>1 } qw(a b c d); print k
    +eys %h") for 1..10'
    cabd
    ...
    cabd
    cabd
    cabd
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 22:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found