Help for this page
if( /$start/ .. /$finish/ ) { $content .= $_; }
$content =~ m/$start(.*)$finish/s;