http://qs321.pair.com?node_id=466268

slloyd has asked for the wisdom of the Perl Monks concerning the following question:

Either I am brain dead or this is tougher than meets the eye. I have the following array:
my @old=("99B","99","99A","100A","100","101","88");
I want to sort it so that the output is as follows:
88 99 99A 99B 100 100A 101
How would I go about doing this? Thanks

http://www.basgetti.com