On Wed, Apr 25, 2001 at 06:19:40PM +0000, Fred Heutte wrote:
> Yes, I know ~ is the bitwise negation operator.  Have you EVER used it?

Today, in fact:
  fcntl($fh, F_SETFL, $flags & ~O_NONBLOCK) or die "fcntl: $!";

                      - Damien

Reply via email to