,rsort({ "z", "d", "a", "b", "f"},$dst), prtn($dst);
>adp rsort1.p {z, f, d, b, a}
,$src == {{ 'col1' => 20, 'col2' => 'test5' }, { 'col1' => 100, 'col2' => 'test2' }, { 'col1' => 5, 'col2' => 'test3' }, { 'col1' => 20, 'col2' => 'test4' }} ,rsort( $src, {'col2', 'col1'}, $dst), prtn($dst);
>adp rsort2.p {{col1 => 20, col2 => test5}, {col1 => 20, col2 => test4}, {col1 => 5, col2 => test3}, {col1 => 100, col2 => test2}}