in reply to Removing nested comments with regexes
@wanted_lines = grep !/^--/, split( /\n/, $string ); [download]