Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Multiple system commands in parallel

by SimonPratt (Friar)
on May 10, 2016 at 13:52 UTC ( [id://1162629]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use 5.16.2;
    
    system "start perl a.plx";
    ...
    
    my $i = 1;
    say $i++ while sleep 1;
    
  2. or download this
    use 5.16.2;
    
    my $i = 1;
    say $i++ while sleep 1;
    

Log In?
Username:
Password:

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

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

    No recent polls found