in reply to Re: Critique of some perl code.
in thread Critique of some perl code.
This is pretty reasonable if as a non-expert you are vaguely aware that while ($line = <$fh>) has some differences around termination conditions compared to while (<$fh>).
What "termination conditions" are different between them?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Critique of some perl code.
by AnomalousMonk (Archbishop) on Apr 18, 2022 at 05:41 UTC | |
Re^3: Critique of some perl code.
by hv (Prior) on Apr 18, 2022 at 17:32 UTC |