PDA

View Full Version : cgi: sort () for numbers


Flipper
03-09-2001, 06:31 PM
Is there a function in cgi/perl which will sort an array of numbers into ascending order? I tried sort but it returns

444 555 6.12 666 777 etc

cheers
S.

chaos
04-02-2001, 12:14 AM
So errr: whats the problem? The numbers are sorted ascending.. Aren't they?