in reply to Re^2: how to log a process
in thread how to log a process
Update:my $logmsg = "$date/$dir/$file"; print LOGFILE "$logmsg \n";
I don't see any problem with the logging idea. Opening a file for append is a very normal thing to do. If you are the only user of this file, this approach will work great. Nothing fancy needed. Get the code to compile and run, then report the run-time errors.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: how to log a process
by Anonymous Monk on May 28, 2009 at 06:58 UTC | |
by Marshall (Canon) on May 28, 2009 at 07:28 UTC | |
|
Re^4: how to log a process
by zimbot (Initiate) on May 28, 2009 at 12:13 UTC | |
by Corion (Patriarch) on May 28, 2009 at 12:16 UTC |