Does anyone know of a routine that will sort arrays by
size.  I need to sort any number of given arrays, and
operate on the largest to the smallest.

I've just recently learned of the 
@nums = sort{$a<=>$b} @numbers;

hope the answer for arrays is as simple.

Thanks Tricia
[EMAIL PROTECTED]

__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to