Help for this page

Select Code to Download


  1. or download this
    use List::Util qw(reduce);
    
    ...
            $a->[1] > $b ? [ $a->[0], $b ] :
            $a;
    } @{$hash{$set}{data}} };
    
  2. or download this
    for my $min ($hash{$set}{min}) {
        my $data = $hash{$set}{data};
    ...
                : $data->{$i};
        }
    }