!0

Andy Armstrong andy at hexten.net
Thu Feb 12 14:52:42 GMT 2009


On 12 Feb 2009, at 14:34, Dirk Koopman wrote:
> Just been studying a CPAN module and I see a load of references to ! 
> 0. Er, what is that? Googling most unhelpful.


It's probably just an idiosyncratic way of getting a true value. In C  
I always used to

#define TRUE (0==0)
#define FALSE (!TRUE)

because, for some reason, I found it amusing.

-- 
Andy Armstrong, Hexten





More information about the london.pm mailing list