Prev: trying to extract blob as file... is corrupted
Next: XML::LibXML: Including xml fragments in a larger document
From: Joe on 11 Mar 2010 13:36 Hi, I am trying to write to the end of a record once I find the data needed, but everything I have tried and the Internet is no real help. I open my data file by using 'open (LOCATE +<$filename') and the data is processed correctly when a match is found. It is when I try to write to the end is when I have trouble. I have tried, using 'print LOCATE ($_ . ", done")', but when I run the program the data is never written to the file If someone could tell me what i am doing wrong, I would really appreciate it. |