emilbarton has asked for the wisdom of the Perl Monks concerning the following question:
I was trying to make a module less private replacing my own path in a config file by an '$ENV{HOME}/path' when I realised that I wasn't able to convert it easily, after XML import, to an "$ENV{HOME}/path" interpolative context.
First I thought I had forgotten some basic trick, but chatter box friends advise to use regex or to investigate more. How would YOU do?
|
|---|