I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-12-30 07:07:16-08 by kinger in response to 6449
Re: keep getting this error about unclosed token
Hi, Its quite an old post but came across this and found the problem in my case. In my code I had a handle to the xml file in question already opened. Look at your code and see if you have the file already opened somewhere. Put a close at the right place and most likely it should work for you. I don't know of any other reasons for this except that the file may be malformed. Thanks, Pawan Kinger
Direct Responses: Write a response