Thanks. What if I wanted to execute a basic mathematical formula? That is, not a Perl code from another source file but just a mathematical expression,
#start of formula file
z = a + b
#end of formula file
a and b values will be taken from my data/parameter file.
This is what I am going for. Sorry if my explanation is not clear.