Re: [Exim] Sys::Syslog in perl in Exim

Top Pagina
Delete this message
Reply to this message
Auteur: Sheldon Hearn
Datum:  
Aan: Philip Hazel
CC: Phil Pennock, Exim Users
Onderwerp: Re: [Exim] Sys::Syslog in perl in Exim

On Fri, 13 Jul 2001 09:13:04 +0100, Philip Hazel wrote:

> Of course, -d9 no longer exists in Exim 4. It's been changed to use
> names to select debugging areas. I'm not so sure I want to have to
> invent a way of exporting the names, but the bit values will be
> published. Similarly for the log level.


Excellent stuff! Exporting the bitvalues to internally evaluated Perl
code should be easy enough, and Perl just needs psuedo-constants
(subroutines), not scalar strings anyway. :-)

Ciao,
Sheldon.