in reply to
Re^2: Untangling Log Files
in thread
Untangling Log Files
I see. Well, in "quick and dirty" style, you could wrap that system call in a
foreach my $process ('this','that','the other') { ... }
loop.
---
It's all fine and dandy until someone has to look at the code.
Comment on
Re^3: Untangling Log Files
Download
Code
In Section
Seekers of Perl Wisdom