in reply to Re: •Re: Re: Removing blank lines from array
in thread Removing blank lines from array

No. It works as-is. There's no new scope there. I use that idiom all the time:
chomp(my $input = <FOO>);

-- Randal L. Schwartz, Perl hacker