I have a text file that I need to parse in various ways. I have everything working to my standards using a Perl script, except for the removal of blank lines. ^$ will match completely blank lines (no ...