Keith C. Ivey wrote:
In this case, it does make a difference. With 'or', $timeout will
never be set to either $self->config('timeout') or 1200. That's
because '=' binds tighter than 'or', so



[one short test program later]

Hrm... you're right.  Work fine with parens, though... ;)

John

Reply via email to