in reply to Re: Converting a fixed-width report to an Excel-friendly format
in thread Converting a fixed-width report to an Excel-friendly format

Forgot to add at the top of the while loop:
next if /$uninteresting/; # or next unless /$interesting_line/;