Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Numeric sorting WITHOUT <=>

by ria1328 (Initiate)
on Oct 10, 2012 at 17:07 UTC ( [id://998263]=note: print w/replies, xml ) Need Help??


in reply to Re: Numeric sorting WITHOUT <=>
in thread Numeric sorting WITHOUT <=>

Thank you! This worked and it actually made it easier for me to understand how it was done instead of using the was my professor said we should!

Replies are listed 'Best First'.
Re^3: Numeric sorting WITHOUT <=>
by ikegami (Patriarch) on Oct 10, 2012 at 18:16 UTC

    This worked and it actually made it easier for me to understand how it was done

    My code does NOT demonstrate how sorting is usually done. It takes a different and silly approach in response to your equally silly requirement. It would take forever for my solution to sort

    my %jetsons = ( 0 => "a", 4000000000 => "b" );

Log In?
Username:
Password:

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

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

    No recent polls found