in reply to Re^2: An error in using XS
in thread An error in using XS
Welcome to perlmonks ming_322. I hope you find the answers you are looking for here. Why not just write the parser in perl? Maybe using dispatch tables? Just a thought.
Thats a lot of code for us to wade through. Could you factor it into a smaller subset that exhibits the same error? It would seem that you wouldn't need all the parser code to reach the same error. You could stub that out.
I have to agree with chromatic your code attempting to call a subroutine "class". Probably a parameter passing error somewhere.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: An error in using XS
by ming_322 (Initiate) on Jul 12, 2006 at 02:15 UTC | |
by chromatic (Archbishop) on Jul 12, 2006 at 06:12 UTC |