http://qs1969.pair.com?node_id=281121


in reply to Re: Sorting Criteria
in thread Sorting Criteria

That will work if days and months are zero-padded. Otherwise, "1/11" will compare equal to "11/1".

Replies are listed 'Best First'.
Re: Re: Re: Sorting Criteria
by Cine (Friar) on Aug 05, 2003 at 20:03 UTC
    Yeah, silly me
    sub sorter { sprintf"%04d%02d%02d",$hashYear{$a},$hashMonth{$a},$hashDay{$a} <=> sprintf"%04d%02d%02d",$hashYear{$b},$hashMonth{$b},$hashDay{$b} }


    T I M T O W T D I