At 08.51 -0400 1999.04.16, Stéphane Jose wrote: >I am looking for a module that would write a text string to a log file. > >In what I am trying to achieve, several asynchronous requests to my cgi >script will be logged in one single text file. I am looking for a solution >that does not rely on any system calls that are not cross platform. > >Does anyone know of an already made solution? There is no good cross-platform way to do it that I know of. You would need to rely on a separate process (syslogd) or use file locking, to make sure that the process don't bump heads. -- Chris Nandor mailto:pudge@pobox.com http://pudge.net/ %PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10 1FF77F13 8180B6B6']) ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org