Help for this page

Select Code to Download


  1. or download this
    @result = map { $_->[1] } 
                sort { $a->[0] <=> $b->[0] }
                  map { [ foozle($_), $_ ] } 
                    @list;