On Tue, 20 Sep 2005, Reini Urban wrote: > Jan Dubois schrieb: >> Just to make sure we don't duplicate work: Do you want to create the >> Win32::TieFile module yourself, or should I refactor it? I would >> still put in Rafael and you as the authors, of course. > > I'm just busy now with Win32::API and C::Dynalib, so it would be great > if you would do it.
Sure, no problem. > FALSE and TRUE need to be added as constants. Why is that? I tend to find it somewhat silly to define constants for "standard" values, including TRUE, FALSE, UNDEF, EMPTY etc. It just reminds me too much of having #define begin { #define end } in C code to make it look like Pascal. I'll add FALSE and TRUE to Win32::TieFile though if you feel strongly about it, given that you'll be the author of the module. :) Cheers, -Jan