ub3rFrank has asked for the wisdom of the Perl Monks concerning the following question:
I reiece the following error: unclosed token at line 1, column 0, byte 0 at H:/SwDev/Rdriver/Perl.5.8/lib/XML/Parser.pm line 187 it seems like there is something wrong with the module itself from the error but I want to make sure. I also recieve the same exact error when I tried to read in an XML file using XML::Simple 's XMLin utility. Can anyone out there help me? Thanks.my $configReader = new XML::Parser;</br> $configReader->setHandlers ( Start => \&readConfig, End => \&HandleEnd, Char => \&HandleChar );</br> $configReader->parsefile( $configFile );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using XML::Parser
by dragonchild (Archbishop) on Apr 29, 2008 at 14:31 UTC | |
by ub3rFrank (Novice) on Apr 29, 2008 at 14:48 UTC | |
by GrandFather (Saint) on Apr 29, 2008 at 19:39 UTC |