Incantation to print the author statistics
Posted on July 7th, 2004 by Sacha Chua
lynx -source 'http://lists.q-linux.com/pipermail/plug/2004-July/author.html' |
perl -MXML::LibXML -e 'print $_->findvalue("i") foreach (XML::LibXML->new->parse_html_fh(*STDIN)->findnodes(q!//li[a[@name]]!))' | sort | uniq -c | sort -rn | head -20
E-Mail from sherwin@saturn.emc.com.ph
Short URL: http://sachachua.com/blog/p/2166
I'm 


