in reply to More text file parsing
while (<FILE>) { if (/START/ .. /STOP/) { push @lines, $_; } } [download]