in reply to Re: Pasing an XML file to generate a certain output.
in thread Pasing an XML file to generate a certain output.

Thanks for the speedy reply!
I am new to this and had not heard of this method, I had tried a few others, and someone suggested perl so I got caught up in regexs and stuff. I didnt even know of this method.
I feel I am close with this, but I get an error on line 11.
perl xml2 syntax error at xml2 line 11, near "say qq(UPDATE channel SET channum= +"$chan",xmltvid="$id" WHERE callsign="$sign")" Execution of xml2 aborted due to compilation errors.
Any pointers ?

Replies are listed 'Best First'.
Re^3: Pasing an XML file to generate a certain output.
by Anonymous Monk on May 13, 2015 at 08:39 UTC
    try adding use feature qw/ say /;