Hello, The question is at the end.
I'm trying to use MLDBM to tie a hash: my $dbm = tie %hash, 'MLDBM', $dbmfile, O_CREAT|O_RDWR, 0640 or ... The cgi script (that uses the module in which this line appears) complains that it can't find Log::Agent. Fine, I install Log::Agent but 'make test' fails - OK, I force install it and my script is happy. I'm not, however, because I don't know if Log::Agent is working or not - there must have been a need to log something! A non-cgi script that calls the same function has no complaints. I'm using perl5.6.0 on OSX (10.1.5) THE QUESTION(S): I know this is sketchy and I'm not asking for anyone to debug my stuff but I would like to know: Who is using Log::Agent? and why? Why is 'make test' failing for Log::Agent? It also fails (different tests) on my RH7.2 linux box. Thanks, Warren
