LibXML error CPAN. XML::GDOME

2011-12-13 Thread Sayth Renshaw
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

split function

2011-12-13 Thread Chris Stinemetz
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

Re: split function

2011-12-13 Thread John W. Krahn
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