Help for this page

Select Code to Download


  1. or download this
    $VAR1 = { '191' => { 'test1' => { 'score' => '9.18' }, 'test2' => { 's
    +core' => '2.84' }, 
                         'test3' => { 'score' => '15.62' }, 'test4' => { '
    +score' => '11.84' }, 
    
              '190' => { 'test1'=> { 'score' => '13.28' }, 'test2' => { 's
    +core' => '-47.56' }, 
                         'test3' => { 'score' => '18.50' }, 'test4' => { '
    +score' => '14.88' } } }
    
  2. or download this
    $VAR1 = { '191' => {'test3' => { 'score' => '15.62' }, 'test4' => { 's
    +core' => '11.84' }
                        'test1' => { 'score' => '9.18' }, 'test2' => { 'sc
    +ore' => '2.84' }, 
                         
            ​ '190' => { 'test3' => { 'score' => '18.50' }, 'test4' 
    +=> { 'score' => '14.88' }
                        'test1'=> {'score' => '13.28' }, 'test2' => { 'sco
    +re' => '-47.56' } } }
    
  3. or download this
    my @sort_by_rank;
    for my $key1 (keys %rankBased) {
    ...
                                } keys %rankBased;
        }   
    }