Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Learning to use fork() (use Proc::Background)

by AnomalousMonk (Archbishop)
on Jan 15, 2019 at 04:51 UTC ( [id://1228572]=note: print w/replies, xml ) Need Help??


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:  <%-{-{-{-<

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1228572]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-29 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found