in reply to Unusual sorting requirement

> What sorting strategy can I use to interleave the two arrays, sorting by the applicable date ?

I'd rather solve it with a Schwartzian transform instead of cramming the whole logic into one sort term.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

update

like shown by tybalt in the meantime