I have a MS word .doc file that contains a table with information in it. I want to be able to read the table contents and write to them using perl. Is there any way to do this? I ask because upon opening it up in a text editor, I was presented with the kind of "junk" I see when I try opening .exe files. it starts out with lines and lines of stuff like "ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ" then allkinds of other wierd stuff, " P bjbjŽÙŽÙ" etc..
then there's the table data. it appears each cell is separted by a "". None of that really matters. What I want to know is if there is any way to decode this or figure out how to decode it. I can access the data using perl easily, I just can't write to the file, because I don't know what any of the ascii there means
then there's the table data. it appears each cell is separted by a "". None of that really matters. What I want to know is if there is any way to decode this or figure out how to decode it. I can access the data using perl easily, I just can't write to the file, because I don't know what any of the ascii there means