@sections = split /\n\n/, join("", @infile); #### open(IN,"./$file"); { local $/ = "\n\n"; chomp(@sections = ); } close(IN);