Hi All, I am looking for suggestions or to be pointed in the right direction on using config files to process lines of perl code. I am familiar with using config modules but I am looking to take it a step deeper. What I would like to do is have a perl script look to a config 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 the script but want to avoid having to keep changing the script every time I need to create a new translation mapping.