Subject: | -InterPolateVars option off and save_string() |
Hello Thomas,
having option -InterPolateVars turned off and saving a configuration
hash with values containing dollar signs via save_string() produces as
of version 2.43 escaped dollar signs in the output.
So my request is to have save_string() respect the the -InterPolateVars
option and thus producing the original unescaped dollar signs if
-InterPolateVars option is turned off.
My personal use case:
1. Read a file with interpolation turned OFF by means of Config::General.
2. Manipulate the data structure.
3. Write the manipulated data structure back to a string.
4. Read the string with interpolation turned ON with Config::General.
Is there anything one could come up standing against this desired behaviour?
Thank you very much for the great module
Alex