in reply to Re: Parsing files then exitingin thread Parsing files then exiting
I would just simplify that breakout test a little bit... doesn't the following achieve the same effect?
last if $s && $line !~ /\S/; [download]