in reply to Re^2: Learning to use fork() (use Proc::Background)
in thread Learning to use fork()

@procs = { $_->alive ? $_ : ItsOverMaybeRestart($_) } map @procs;

I don't know anything about Proc::Background, but shouldn't that be something like

@procs = map { $_->alive ? $_ : ItsOverMaybeRestart($_) } @procs;
?


Give a man a fish:  <%-{-{-{-<