I got a question regarding environment variable:-
In my config file I have $ENV(appl) assigned to some variable. And I am running the Perl script to read that config file (update few records, expand environment variable) then write it to some output file,
could any one guide me how can I expand that environment
variable? through my perl script,
For example in my config file:
Id = $ENV{APPL}
but while writing to output file I want,
Id = '/ann/dev/sum'
Any Suggestion, Please
Cheers