Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    @sortedindex=@hash{@sortedlist};
    print "@sortedindex\n";
    print "@newa[@sortedindex]\n";
    
  2. or download this
    1 0 3 2
    d t x z