Reputation: 101
Stable perl fork is "a safeguard against perl 5 porters breaking perl 5 to the point where it is no longer usable"
plenv install --as=stableperl-5.22.0 http://stableperl.schmorp.de/dist/stableperl-5.22.0-1.001.tar.gz
Users with best score/answer ratio
perl -MpQuery -MData::Dumper -e '*Q = *pQuery;
print Dumper map [
sort { $b->{ratio} <=> $a->{ratio} }
map {
@h{qw(s a u)} = map Q($_)->text,
@{ Q($_)->find("td") };
s/k// and $_ *= 1000 for @h{qw(s a)};
$h{ratio} = $h{s}/$h{a};
+{%h};
} @{ Q($_)->find("tr") }
], @{ Q(pop)->find(".fl") }[0,1];
' http://stackoverflow.com/tags/perl/topusers
member since 2013-11-25T12:20:29.153
2 profile views
Autobiographer | x 1 |
|---|---|
Tumbleweed | x 1 |
Supporter | x 1 |