Help for this page

Select Code to Download


  1. or download this
    use constant { POSTED => 0, VOTED => 1, RATIO => 2 };
    
    ...
        and print "Pair @{[ unpack 'LL', $_ ]} had a vote/post ratio of @{
    + $pairs{ $_ } }[ POSTED, VOTED, RATIO ]"
        for keys %pairs;