in reply to Running a Code with Multiple Sets of Parameters Automatically

I suggest that you put the parameters into a file. Then all you'd have to do is use a while (<FILE>) construct to get the parameters into your program.

  • Comment on Re: Running a Code with Multiple Sets of Parameters Automatically