http://qs1969.pair.com?node_id=552448


in reply to How do I do a natural sort on an array?

Sort::Key::Natural is fast, can handle numbers of unlimited size and doesn't have problems with unicode:
use Sort::Key::Natural qw(natsort); my @sorted = natsort @data;