Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Executing a command after the preceding command finished processing

by Laurent_R (Canon)
on Mar 30, 2018 at 06:26 UTC ( [id://1212019]=note: print w/replies, xml ) Need Help??


in reply to Executing a command after the preceding command finished processing

Just a naive question: why do you run your system commend in the background if you want to wait for it to complete before you proceed? In other words, it seems to me that you don't really need the ampersand and the nohup statement. If you remove them, your Perl script will wait for the system command to complete before proceeding to execute the next code statement. In a way, this is not a Perl question, since you would have the same problem if you did that in a shell script.

Just as a side comment, please note that ¨Perl is compiling the whole script before it starts executing anything (except for special phaser blocks such as BEGIN { ...}).

Update: fixed a typo.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (8)
As of 2024-04-19 13:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found