http://qs1969.pair.com?node_id=1188964


in reply to Average Node XP per Month

..using directly the xp.out file you can have an yearly overview with:
# win double quotes! perl -F"/\-|\s/" -lane "$m{$F[0]}[0]++;$m{$F[0]}[1]+=$F[2]}{map{print +join' ',$_,$m{$_}[1]/$m{$_}[0]}sort keys %m" xp.out

PS thanks choroba for such a tool, to use not so often!

L*

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.