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



Reply via email to