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?
In reply to Re^2: Critique of some perl code.
by jwkrahn
in thread Critique of some perl code.
by jwkrahn
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |