in reply to Re: sort array
in thread sort array
the array comes from the parsing of several log filesuse Sort::Array qw(Sort_Table);
the date is the second field$eventi[$count][0]=$feed; $eventi[$count][1]=$1; $eventi[$count][2]="Restored"; $eventi[$count][3]="$var" 1 Sep 17 06:16:36 Restored a 1 Sep 22 06:22:40 Fault b 1 Sep 22 06:25:05 Restored a 1 Sep 22 12:36:19 Fault 1 Sep 22 12:37:10 Restored b
Edit: BazB more code tags.
|
|---|