in reply to sorting string

perl -e '@list = (323,122,233); print sort @list;'

Replies are listed 'Best First'.
Re^2: sorting string
by halley (Prior) on Aug 28, 2005 at 15:38 UTC
    The poster showed almost no effort, but this shows even less. They asked for descending order of a series of numbers, and you gave them ascending order as strings, printed without spacing of any kind.

    --
    [ e d @ h a l l e y . c c ]