i am using a file say file1.txt . in that file i am refering to files like xxx1.data etc. in all the occurences i want to append this string as
$testname/xxx1.data( preceed the xxx1.data with $testname. here $testname is a variable name which is having some value and has been set earlier and i m using its value by calling the scalar). now what i had tried actually replaces the xxx1.data , i do not want to delete the string only add new text before it.
Thanks
sachin