http://qs321.pair.com?node_id=599170


in reply to Re: Untangling Log Files
in thread Untangling Log Files

Your suggestion is pretty much what I am doing already, but I want to automate the process a bit more so that I can generate the all the process-specific log files at once. So I think I shall try something like jettero's solution.

Thanks anyway,

loris


"It took Loris ten minutes to eat a satsuma . . . twenty minutes to get from one end of his branch to the other . . . and an hour to scratch his bottom. But Slow Loris didn't care. He had a secret . . ." (from "Slow Loris" by Alexis Deacon)

Replies are listed 'Best First'.
Re^3: Untangling Log Files
by kwaping (Priest) on Feb 09, 2007 at 12:58 UTC
    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.