in reply to Re^2: Did not find leading dereferencer, detected at offset 8231
in thread Did not find leading dereferencer, detected at offset 8231
The error message you posted is not a standard Perl warning or error. Therefore, the cause of the message is not a direct result of your code. It originates from Text::Balanced, and if you are not using that module directly, then you must be using a module that uses that module (like Parse::RecDescent or similar).
It is impossible to advise you how to correct your code, without seeing the code, but I would not suggest you post your 3000 lines here, so you are going to have to do some detective work and come up with a few lines of code that produce the same error. If you haven't solved it by the time you have reduce your code to < 30 lines, then post the lines that produce the problem and someone will be able to help you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Did not find leading dereferencer, detected at offset 8231
by sean_james_barry (Initiate) on Sep 16, 2006 at 14:28 UTC | |
by ikegami (Patriarch) on Sep 16, 2006 at 16:52 UTC |