klik_66 has asked for the wisdom of the Perl Monks concerning the following question:
Using perl, it seems to me, I should be able to open a pipe to the command and store the log file without writing the temp file.
Two questions: 1. How can I get the reading of all the logfiles to happen at the same time (like the shell &) 2. How can I store the log info so I can get at it by HOST name. For example, a hash with keys being HOST1, HOST2... and the values being the log file contents.
thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reading input from concurrent processes
by chromatic (Archbishop) on May 20, 2000 at 04:53 UTC | |
|
Re: Reading input from concurrent processes
by floopy (Sexton) on May 20, 2000 at 13:20 UTC |