|
Hi all,
I need a perl program to do the following...
I have a File with some values...the file has following values in different lines...
device1
path1
FileName1
I need to write these values in a file in a proper place...
Like in place of "Device" i need to replace it with "device1"
In place of "Path" i need to replace it with "path1"...etc...
Can anyone help me in writing a perl code?
|