Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Strange (for me) behavior of Parallel::ForkManager

by Sterh (Novice)
on Nov 06, 2012 at 19:28 UTC ( [id://1002567]=note: print w/replies, xml ) Need Help??


in reply to Re: Strange (for me) behavior of Parallel::ForkManager
in thread Strange (for me) behavior of Parallel::ForkManager

It works , but how to make it go out of the loop?

Replies are listed 'Best First'.
Re^3: Strange (for me) behavior of Parallel::ForkManager
by mbethke (Hermit) on Nov 06, 2012 at 20:01 UTC
    If you need to leave early, you can use "last". Otherwise it will just read to EOF and then quit.
      It does not quit loop after executing last iteration. This is the problem, need it to quit after last iteration but it does not. ...
Re^3: Strange (for me) behavior of Parallel::ForkManager
by ikegami (Patriarch) on Mar 02, 2013 at 22:36 UTC
    There's only one process that loops. It loops until it reaches the end of the file, at which point it continues after the loop.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-03-29 11:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found