in reply to Oddball log file with com-type data needs filtering out

I have added in a new filter:

#!/usr/bin/perl while ($_=<>) { unless ( /^\s*$/|| ...
Any problems with this solution?