Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Sorting - lower to upper

by revdiablo (Prior)
on Jul 15, 2004 at 19:03 UTC ( [id://374787]=note: print w/replies, xml ) Need Help??


in reply to Re: Sorting - lower to upper
in thread Sorting - lower to upper

Instead of using Dumper as you have:

print Dumper %sk; print Dumper @xk;

You might consider using it like so:

print Dumper \%sk; print Dumper \@xk;

You should find the output a bit more sensible.

Replies are listed 'Best First'.
Re^3: Sorting - lower to upper
by pelagic (Priest) on Jul 16, 2004 at 06:37 UTC
    Yeah, thanks, that was actually a typo. I always use the reference with Dumper.

    pelagic

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-24 02:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found