http://qs321.pair.com?node_id=111882


in reply to (jeffa) 3Re: How fast do I type?
in thread How fast do I type?

for efficiency:

perl -le'$x=time;print "WPM:",(scalar(split//,<>)/6)/(time-$x)*60'

:)