I'm running a command similar to the following:
----
open  ( LOG, "/tmp/log");
autoflush LOG 1;
print LOG `/path/to/2hour/process`;
close (LOG);
----

This doesn't generate the expected results, ie, I don't get any output until
the end.

Any ideas on how to get the output part way through?  Splitting the process
isn't an option.

-mike

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to