Monday, August 8, 2011

How do you wait for a command to finish before proceding on to the next line of code in PERL?

I have a command to ssh on to another machine and remove some files. I want the program to wait for this command to finish before proceeding. What is the simplest way to do this?

No comments:

Post a Comment