Re: [RFC] export TRUE and FALSE from someplace
- From: Andrew Pimlott <gtk-perl-list andrew pimlott net>
- To: gtk-perl-list gnome org
- Subject: Re: [RFC] export TRUE and FALSE from someplace
- Date: Wed, 21 Jan 2004 10:31:34 -0500
On Wed, Jan 21, 2004 at 01:37:17PM +0100, A. Pagaltzis wrote:
* muppet <scott asofyet org> [2004-01-20 20:22]:
i have grown very annoyed of needing to add
use constant TRUE => 1;
use constant FALSE => 0;
I use
use constant FALSE => !TRUE;
That's nice, but why not go all the way?
use constant FALSE => !TRUE;
use constant TRUE => !FALSE;
Andrew
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]