supernova83
Programmer
I have about 20 perl programs that are very similiar - only the values of about 10 variables are different (and maybe a few conditions will change according to these values).
There is also a file in which there are more sets of variable values, each associated to a perl program.
I would like to be able to read the program's name from within the program - so that these associations will be made automatically. And I don't know how to do that.
Thank you.
[my current approach was to have all these programs generated from another program, but I want to change it]
There is also a file in which there are more sets of variable values, each associated to a perl program.
I would like to be able to read the program's name from within the program - so that these associations will be made automatically. And I don't know how to do that.
Thank you.
[my current approach was to have all these programs generated from another program, but I want to change it]