in reply to
Does while localize $_?
in thread
What would you do?
No, while doesn't use automatic localizing. Foreach does.
--
Randal L. Schwartz, Perl hacker
Comment on
Re: Does while localize $_?
Replies are listed 'Best First'.
Re: Re: Does while localize $_?
by
tenya
(Beadle)
on May 25, 2001 at 07:46 UTC
Which is helpful because this allows while loops inside the foreach loop to use the foreach $_. Correct?
[reply]
In Section
Seekers of Perl Wisdom