in reply to logging of process

You could always use Log::Handler::Simple instead...

Replies are listed 'Best First'.
Re^2: logging of process
by sandy1028 (Sexton) on Apr 28, 2009 at 12:22 UTC
    I am using Linux.
    I have to create 5 process. The child process is 100 and all should write to the log file in synchronizing.
    how can I synchronize writing to log file.