Re: Glib::IO->add_watch not uninstalling
- From: "Jeffrey Ratcliffe" <jeffrey ratcliffe gmail com>
- To: "Torsten Schoenfeld" <kaffeetisch gmx de>
- Cc: gtk-perl-list gnome org
- Subject: Re: Glib::IO->add_watch not uninstalling
- Date: Sun, 25 Feb 2007 16:15:37 +0100
On 25/02/07, Torsten Schoenfeld <kaffeetisch gmx de> wrote:
* and & return the elements that are in both sets -- evaluating this in
a bool context works because an empty set turns into false and a
non-empty set turns into true. Note that * and & are commutative:
a * b == b * a.
>=, on the other hand, specifically tests if the first set contains the
second set -- so >= is not commutative.
Thanks!
Jeff
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]