I want to split a long file and put each section produced into an array. The problem is that the file starts with the pattern that I am using to split the file and so the first element of the array produced is empty. Is there anyway to make the split and not get this? Thanks.