open(FILE, "; chomp $a; push @array,$a; $/= "####"; while () { chomp $_; push (@array, $_); } close (FILE); }