sen has asked for the wisdom of the Perl Monks concerning the following question:
Greetings monks.
I have a problem in sorting a array. If array contains both digits & characters. my array is like
@a = qw/1x1 1x12 12x3 10x1 4x12 4x1 1x1 22x3 2x1 4x0 12x1 1x2/;
Is there any way to sort this.
Thanks in advance
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: how to sort this?
by ikegami (Patriarch) on Mar 25, 2006 at 05:41 UTC | |
by bobf (Monsignor) on Mar 25, 2006 at 06:00 UTC | |
Re: how to sort this?
by johngg (Canon) on Mar 25, 2006 at 12:09 UTC | |
Re: how to sort this?
by saintmike (Vicar) on Mar 25, 2006 at 05:48 UTC | |
by sen (Hermit) on Mar 25, 2006 at 05:57 UTC | |
by gube (Parson) on Mar 25, 2006 at 10:01 UTC | |
Re: how to sort this?
by salva (Canon) on Mar 25, 2006 at 11:19 UTC |