in reply to
Re: close statement issue
in thread
close statement issue
That is correctly parsed as close(MAIL) || die("$!"). See the precedence table in
perlop
; close is a "named unary operator" and has higher precedence than ||.
I'm
looking for a job
.
Comment on
Re^2: close statement issue
In Section
Seekers of Perl Wisdom