Hi all,
I am sure this is easy?? I need to execute a load of programs over the weekend (say). How can i go about this, i have tried using a system command but all are exectuted at once with out waiting for the previous command to finish?
system "perl .....";
system "/Programs///exe something";
system "perl .....";