Hi Team,
Am quite new to programming need some pointers
I need a help regarding below requirement
where we have two files one with all config key pair values (file1.txt)
Second file is like template where these config keys are used
file1.txt
---------------
cofig1=hello
config2=world
cofig3=welcome
config4=great
file2.txt
-----------
message config1,
config3 to perl config2
perl config2 is config4
output.txt
--------------
message hello,
welcome to perl world
perl world is great
please let me any suggestions.
Thanks in advance