The standard method for calculating words for the purpose of finding WPM is counting all the characters and dividing by six. Why six? Because the average word is 5 characters long, plus a space.
I'm really no good at one-liners or golfing, but I quickly modified your code. It obtains the accuracy you're looking for. Tested on ActivePerl Build 629 (Perl v5.6.1).
#!perl $x=time; $letters=scalar(split//,<>)/6; print $letters/(time-$x)*60;
In reply to Re: How fast do I type?
by monkeygirl
in thread How fast do I type?
by zdog
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |