in reply to Re: Can You Explain How to Check a Link for Deadness
in thread Can You Explain How to Check a Link for Deadness

A pretty thorough explanation, ++. A tip, perl -MLWP is shorter and will do the same thing.

--
perl -pew "s/\b;([mnst])/'$1/g"