in reply to Re: Conditional Compiling
in thread Conditional Compiling

LOGGING() doesn't change anything.

&LOGGING gets rid of the warning ...and of the LOGGING's status as a constant.

I'll be checking how use constant does it shortly

Update: Setting $log to 0 instead of undef for false removes the warnings.