in reply to Deleting everything before a string
while (<MYFILE> ) { $content .= $_ if /start-string/ .. /end-string/ } [download]