my $record_end = qq{\$\$\$\$\n}; while () { next if ( $_ ne $record_end ); # insert stuff from CSV here } continue { print OUT; }