in reply to sorting an array of hashes

@ip_addresses = sort { $a->{COUNT} <=> $b->{COUNT} } @ip_address;

Cheers,
Ovid

New address of my CGI Course.

Replies are listed 'Best First'.
Re: Re: sorting an array of hashes
by bsmithsweeney (Initiate) on Sep 10, 2003 at 20:07 UTC
    Thanks!