I was trying to use RTF::HTMLConverter
https://metacpan.org/module/RTF::HTMLConverter, however it also use
XML::GDOME.https://metacpan.org/module/XML::GDOME
Cannot seem to install XML::GDOME and I am wondering if anyone has advice
on how to get it installed.
The exact errors. I am on ubuntu 11.10
I am trying to split the first element of an array by white space then
continue reading the rest of the file.
Thus far I am having trouble figuring out how to split the first line.
I would like the first line to be split so it looks like the following
with the "=" sign added.
Thank you in advance
Chris Stinemetz wrote:
I am trying to split the first element of an array by white space then
continue reading the rest of the file.
Thus far I am having trouble figuring out how to split the first line.
I would like the first line to be split so it looks like the following
with the "=" sign add