in reply to run system command continuously
for my $i (0 .. 100) { system("echo $i | g_mindist -n index.ndx"); # And some code goes here to treat the output files }
You then need to move the resulting files. This is easily accomplished with the File::Copy module.
If this is off point, I apologize; please follow ww's advice as well as read I know what I mean. Why don't you? so we can understand your spec.
|
|---|