in reply to Perl Script help
if (/best$/) { $found=1; next; } if ($found) { push @commresults, $_; } [download]
At the end of the loop @commresults should have all community strings below a 'best'