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.
In reply to Sorting an array of lines by Quadzilla
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |