Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: how do i execute dependant system commands in perl (i m trying waitpid but does not work) - please help

by i5513 (Pilgrim)
on Jan 27, 2012 at 15:40 UTC ( [id://950392]=note: print w/replies, xml ) Need Help??


in reply to how do i execute dependant system commands in perl (i m trying waitpid but does not work) - please help

Play with sh !

system ("(zcat ... > file1 & wait; java file1)&"); your next sentence;
Now you need to know when java process end .., but it should be another question, right ?
  • Comment on Re: how do i execute dependant system commands in perl (i m trying waitpid but does not work) - please help
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-24 07:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found