in reply to Re: Removing multiple lines
in thread Removing multiple lines

I solved it by adding more data to the beginning...so basically, I cheated by not using PERL. :-\

There is an audit_date stamp in the MySQL database where this information is being extracted from.

I simply added the audit_date field and removed everything that wasn't 'audited' in 2009.

Perhaps not the most ideal solution since that particular database gets audited twice a year, but it will do for now.