RE: perl substituion

2005-01-28 Thread Thomas Bätzler
Anish Kumar K. <[EMAIL PROTECTED]> asked: > Say I have a string called returned from the text file.. I don't understand this part. I assume from context that you want to use a template. > I could very well use substition for the variables > individually. But it will be nice If I could substitut

Re: perl substituion

2005-01-28 Thread Mr M senthil kumar
On Fri, 28 Jan 2005, Anish Kumar K. wrote: > 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.