or download this
Hi All, I am looking for suggestions or to be pointed in the right di
+rection on using config files to process lines of perl code. I am fa
+miliar with using config modules but I am looking to take it a step d
+eeper. What I would like to do is have a perl script look to a conf
+ig file in order to decide how to process a record in a text file.
Example:
I need to map a code from a record to another code.
if Trancode0 eq ABC than make Trancode XYZ. Below is how I do it in t
+he script but want to avoid having to keep changing the script every
+time I need to create a new translation mapping.