in reply to Re^4: download as txt and pdf
in thread download as txt and pdf

You want to print the lines to both the console and the file?

Replace the print statement with this block:

if (/\bterminal length\b/i .. /^\n*$/){ print $wfh $_; print; }