Quadzilla has asked for the wisdom of the Perl Monks concerning the following question:
Is there an easy way to sort this example element from my @array on the value called p_inuse?
@array has a bunch of lines that look like this:
10.47.147.0 Free: 63 In-use: 99 P_InUse: 66
I want to sort on the last numeric value (here, the 66) so that I can print the array later in decending order.
Thanks
2002-02-09 Edit by Corion: Removed some CODE tags.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Sorting an array of lines
by indapa (Monk) on Feb 08, 2002 at 21:55 UTC | |
by Juerd (Abbot) on Feb 08, 2002 at 22:42 UTC | |
Re: Sorting an array of lines
by Juerd (Abbot) on Feb 08, 2002 at 21:45 UTC | |
Re: Sorting an array of lines
by CharlesClarkson (Curate) on Feb 12, 2002 at 06:46 UTC |