I have seperated text from a file during input using $/="--", then put each seperated block in $line. The problem is the seperated text is more than one line (a block) and i cant seem to be able to seperate it further using the split function with \n or " " as a delimiter into lines. How can I go about separating the block further?