I have some variables read in from a user defined perl-based config file. Example of a typical name value pair is:
Now, I am trying substitute the YYYYMMDD in the above variable with a date which is present in another variable $DATE.
Any advice on how I can go about this is highly appreicated.