On Mon, Jan 4, 2010 at 10:50 AM, Rilindo Foster <rilindo / gmail.com> wrote: > Wait, you are parsing HTML with regex? > > I need to post this, then: > > http://www.codinghorror.com/blog/archives/001311.html > > :) Thank you. It's been far too long since I've read Coding Horror. Although it reminds me ,I should bug one of my PhD candidate friends for some perl code I counseled him to fix. He was parsing a 500MB+ csv file with getlines and string compares and splits in perl..... I think he literally banged his head on the table when I introduced him to CPAN and showed him CSV libraries...