Hi Folks
> use Apache::Log ();
> Apache->warn("warn text");
(Under Windows) I've never used this form. I used to try a simple
warn "Text";
combined with Apache::Reload but only rarely, _very_ rarely, did the text appear
in the log, so I gave up and always write to a new file with open/wri
Hello
a small code snipped working on my mod_perl windows:
use Apache::Log ();
Apache->warn("warn text");
please provide more details if this does not work.
regards,
Josef
--
Josef Ender, Bitspot AG
http://www.bitspot.ch
Anonymity wrote:
> Hello,
> I've been dealing with an