Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: help needede in backticks(``) and system function

by uva (Sexton)
on Feb 10, 2006 at 06:38 UTC ( [id://529291]=note: print w/replies, xml ) Need Help??


in reply to Re: help needede in backticks(``) and system function
in thread help needede in backticks(``) and system function

thanks ikegami.... will both the execution will interrupt the paren.i mean, will parent program wait until the child completes execution.
  • Comment on Re^2: help needede in backticks(``) and system function

Replies are listed 'Best First'.
Re^3: help needede in backticks(``) and system function
by ikegami (Patriarch) on Feb 10, 2006 at 06:41 UTC

    Yes, the parent will wait in both cases. Unless you do execute something like command & (unix) or start command (Windows).

    fork+exec doesn't wait.
    IPC::Open3 doesn't wait.
    IPC::Run can do both.
    The special syntax system 1, ... in Windows doesn't wait.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://529291]
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: (5)
As of 2025-01-22 12:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (63 votes). Check out past polls.