Help for this page

Select Code to Download


  1. or download this
      sort_arrayref( $data, -compare=>'numeric', sub { substr (shift)->[0]
    +, 2 }, 3 )
    
  2. or download this
      sort_arrayref( $data, -compare=>'numeric', -extract=>'compound', 
                     [ index => 0, substr => 2 ], [ index => 3 ] )