in reply to Re: next in while loop not honored
in thread next in while loop not honored
The trivial time that may be saved due to removing a simple test is completely irrelevant. However there is a generally big gain in clarity by simplifying code. In that vein, my $useless_line = <$info>; should simply be <$info>; which is much better at conveying the idea that we really don't want to use the contents of the line just read.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: next in while loop not honored
by Laurent_R (Canon) on Nov 05, 2014 at 22:21 UTC |