http://www.perlmonks.org?node_id=599201


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.