On Wed, Jun 30, 2004 at 07:58:40PM +0100, Nicholas Clark wrote: > Does the peephole optimiser currently have any way to optimise > > @a = reverse sort @b > > into > > @a = sort {$b cmp $a} $b; > > but without the explicit sort comparison? Shouldn't be too difficult. -- "Foul and greedy Dwarf - you have eaten the last candle." -- "Hordes of the Things", BBC Radio.Thread Previous | Thread Next