Hi All,

I need to print some string into the file. 
the string is like this : "<?xml version="1.0" encoding="UTF-8"?>"
 
i have written code like this :
print MYFILE "<?xml version="1.0" encoding="UTF-8"?>\n" where MYFILE is a file 
handler.

if i run this code , it is giving so many syntax errors. 
any advice please

Regards
Irfan


      

Reply via email to