Since you have some leading spaces in your lines, I used column 8 for the sort instead of column 7. '-8n' means sort descending on column 8 numerically.
use Sort::Fields; my @sorted = fieldsort ['-8n'], @array;
In reply to Re: Sorting an array of lines
by CharlesClarkson
in thread Sorting an array of lines
by Quadzilla
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |