Re: fix a per script



RedGrittyBrick <RedGrittyBrick@xxxxxxxxxxxxx> wrote:

while(<DATA>){

chomp;

next if /^\s*$/; # ignore blank lines

You might want to do that before the chomp.

--
John
.