Say I have a string called returned from the text file.. Hi $name- welcome to the world of $Logs. Country is $country. Time is $time
I am getting this from the text file and then in the program I am printing this out. with its correponding values.. Say Hi Anish- welcome to the world of perl. Country is Mexico. time is 12.40 AM I could very well use substition for the variables individually. But it will be nice If I could substitute this at bulk.. please help me to do this Thanks Anish
