in reply to rel2abs of a path with env

Is this an XY Problem? Why would you want to use Perl to munge path expressions which contain Shell variables?


🦛

Replies are listed 'Best First'.
Re^2: rel2abs of a path with env
by marinersk (Priest) on Jun 09, 2021 at 04:40 UTC

    While this might be XY, I have written code designed to read a configuration file where I wanted to honor environment variables placed in the config file. But I'm an odd bird; not sure that's a common way of looking at the Universe.