in reply to Running Parse::RecDescent Under mod_perl

...called at EXPR_EVAL.pm line 20.

What is that line?

- Yes, I reinvent wheels.
- Spam: Visit eurotraQ.

  • Comment on Re: Running Parse::RecDescent Under mod_perl

Replies are listed 'Best First'.
Re: Re: Running Parse::RecDescent Under mod_perl
by Anonymous Monk on May 22, 2002 at 17:22 UTC
    That's the line I create RecDescent module object : my $p=Parse::RecDescent->new($grammar) It the goes inside RecDescent.pm file - running 'sub new' and fails towards the end where it tries to call '$self->Replace' . I can see the 'Replace' subroutine a few lines below! Why can't it find the subroutine in the same file and same package? It found 'sub new' for the module successfully!!!