Incantation to print the author statistics
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 [email protected]