On Tue, 2006-02-07 at 08:56 +0100, John Doe wrote: > Ken Perl am Dienstag, 7. Februar 2006 07.44: > > when Apache::DB is initialized it will write a line of log into > > error.log, but without a timestamp, > > [notice] Apache::DB initialized in child 1957 > > May I add one? > > > > -- > > perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"[EMAIL PROTECTED] > > ")' > > yes, by putting the line > > use CGI::Carp > > into the httpd.conf file :-)
Huh? How is that going to help? The init() method in Apache::DB writes this message, so you can add more to it by editing Apache/DB.pm. - Perrin
