[EMAIL PROTECTED] wrote:
> any modules out there that can sort things such as.. BB10,
> BB1100,BB11.   I want it to be in this order. BB10,BB11,BB1100. 

Erm, that's lexical order.

$ perl -le 'print for sort @ARGV' BB10 BB1100 BB11
BB10
BB11
BB1100

Am I missing something?

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to