in reply to What is the difference between |= and ||=?

One is bitwise and one is logical. See perlop for further details.

-Paul

  • Comment on Re: What is the difference between |= and ||=?