David Wheeler asked:
while <$fh> {...} # Iterate until $fh.readline returns EOF?
That's a scalar context?
Sure. C<while> always evaluates its condition in a scalar context.
Damian
David Wheeler asked:
while <$fh> {...} # Iterate until $fh.readline returns EOF?
That's a scalar context?
Sure. C<while> always evaluates its condition in a scalar context.
Damian