In total about 20 scripts are called. Is it good practice to use system calls this way? What other methods are there for calling a load of scripts?print"script1.pl\n"; system("script1.pl"); print"script2.pl\n"; system("script2.pl"); print"script3.pl\n"; system("script3.pl"); etc...
In reply to system calls question by Plato
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |