Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: Win32 limit to number of calls to system()?

by BrowserUk (Patriarch)
on Sep 13, 2011 at 08:19 UTC ( [id://925642]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for ( 1 .. 100 ) {
        print "spawning job $_";
    ...
        SetForegroundWindow( $wid );
        SendKeys( '%{F4}' );
    }
    
  2. or download this
    for ( 1 .. 100 ) {
        print "spawning job $_";
    ...
        SendKeys( '%{F4}' );
        waitpid $pid, 1;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found