in reply to Hash value sorting

What are the values of the %{ $self->{_counts} } hash?

It would help if you provided a small piece of code that we can actually run.

Replies are listed 'Best First'.
Re^2: Hash value sorting
by iHutch105 (Initiate) on Aug 14, 2012 at 12:13 UTC

    Wow you guys are fast.

    The keys are dates, stored in hex form and the values are a count of how many times that date has appeared in a scan of a database.

    I'll see if I can cobble together a working example without reading from files.