I need to open that file and run each script at the time : I tried somthing like-- @@FILES_TO_RUN /dir/scripts/script1.pl /dir/scripts/script2.pl /dir/scripts/script3.pl /dir/scripts/script4.pl
but not working . thankswhile (<FILES_TO_RUN>) { chomp; system(qq($_)); }
In reply to executing script one at the time by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |