Let's say on my current shell, I have an environment variable - A_VAR set to "/tmp/"
I am defining a perl variable as (which is using A_VAR) -
my $path = "${A_VAR}/this/path/file.txt";
I am looking for a module which provides a function to convert $path to /tmp/this/path/file.txt