oops

It's been a rather long time since I've written any object oriented programs, and also long since I did a lot of perl programming. Today I found myself writing hundreds of lines of perl classes to automate an annoying (and reasonably complex) problem. Took some time to get back on the chainsaw powered bicycle that is OO perl, but I have survived the ride once again.

Unfortunatly once I fed the program a reasonable data set, it began to use over 150 mb of memory. Oops. Guess I'll have to consider this one a rough draft and do some scalability work later since I had really planned to run it on ten times this much data.