The Raven Archive

Archive for the ‘ Perl ’ Category

Deprecated HTML Tag Stripper for TextMate

Wednesday, April 19th, 2006

Earlier this year, Jon posted a Perl script that Scott wrote which strips out deprecated HTML tags and showed how to run this as a plugin for BBEdit. Slowly over the last few months I’ve convinced Jon to use TextMate as his text editor of choice. The one thing holding ...

SMTP Testing with Perl

Friday, February 10th, 2006

After testing a few too many SMTP servers and email addresses using Telnet, I finally broke down and wrote a perl script to do it for me. The SMTP Telnet test is handy, but the Debug mode for Net::SMTP does the same thing, and with less typing. This script requires ...