Re: The module constants

2007-05-03 Thread Chas Owens
On 5/3/07, Owen <[EMAIL PROTECTED]> wrote: In todays listing of new CPAN modules, there was one called constants, http://search.cpan.org/~hooo/constants-0.0027/ . The synopsis reads; use constants; EXPORTS UNDEF = undef; NO = defined; YES = !NO; End of synopsis!

Re: The module constants

2007-05-03 Thread Paul Johnson
On Thu, May 03, 2007 at 08:17:16PM +1000, Owen wrote: > In todays listing of new CPAN modules, there was one called constants, > http://search.cpan.org/~hooo/constants-0.0027/ . The synopsis reads; > > use constants; > > EXPORTS > > UNDEF = undef; > > NO = defined; > >

The module constants

2007-05-03 Thread Owen
In todays listing of new CPAN modules, there was one called constants, http://search.cpan.org/~hooo/constants-0.0027/ . The synopsis reads; use constants; EXPORTS UNDEF = undef; NO = defined; YES = !NO; End of synopsis! Could someone enlighten me as why (and

Module constants

2002-11-12 Thread Tom Allison
I have a module that has a constant. But I can't seem to get it's value. Can I export it? --sample-- use strict; use Mail::Audit; exit DEFERRED; --sample-- DEFERRED is defined in Mail::Audit as 75. running foo.pl && date prints the date. It shouldn't. help? -- This dungeon is owned and operat