in reply to System call
I do not know whether this will fix your problem, but it might. You don't seem to close the file, and if you have a series of several different processes that open and append to the file without closing it, they may be stepping on each others' toes (although as each process exits, it should implicitly close the file).# instead of system perl... { local @ARGV = ("G:/PUB_HLTH/blah/blah", "G:/PUB_HLTH/blah/blah2"); do '20_October_2004_K.pl'; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: System call
by Win (Novice) on Dec 22, 2004 at 10:40 UTC | |
by Roy Johnson (Monsignor) on Dec 23, 2004 at 00:01 UTC |