in reply to Re^2: Automatic spell checking when previewing
in thread Automatic spell checking when previewing

BTW, all the code on PM is marked up so it would be very easy to automatically skip it when running spellchecker.

If I run the sentence "TheDamian writes perlish code on perlmonks", which doesn't contain any word that is extremely rare on this site, through "spell", it finds three unknown words.

This is a cutie too:

for f in /usr/local/share/perl/lib/5.8.3/pod/*.pod do pod2text $f done | spell | wc -l 9154