>>935
util_view.plの376行目
@show_order = sort{ $$a[0] <=> $$b[0] } @show_order;

@show_order = sort{ $$b[0] <=> $$a[0] } @show_order;
に変えるだけ