Click to See Complete Forum and Search --> : perl faq indicator


sdev
09-26-2003, 07:53 AM
hi,
can anyone direct me as to how to add a numeric sort flag indicator to each Question / Answer pair for order of display in perl. This has to create a sequence of numbers depending on the numerouw q/a pairs added and sort it according to the number in the sequence selected?

Immediate help/suggestions - greatly appreciated.


Thanks

Jeff Mott
09-26-2003, 09:33 AM
sort {$a <=> $b} @list