-----Original Message----- From: Bob Showalter [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 12:19 PM To: ewalker; [EMAIL PROTECTED] Subject: RE: sort
[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? Thanks all, I as able to get it to sort properly. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>