in reply to Re: Ordering objects using external index
in thread Ordering objects using external index
Provided $msgNN->uid == NN we'd like to have [ $msg5674, $msg1, $msg4 ].my $uids = [ 5674, 1, 4 ]; my $msgs = [ $msg1, $msg4, $msg5674 ];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Ordering objects using external index
by BrowserUk (Patriarch) on Sep 06, 2004 at 21:36 UTC | |
by kappa (Chaplain) on Sep 07, 2004 at 11:14 UTC |