I used to get the same error when I was forgetfully defining subroutines with
open/close parentheses after the subroutine name and then passing parameters to
the subroutine.

   sub foo()
   { ...
   }

Things are better now that I don't add those parentheses.

Rex

Doug MacEachern wrote:
> 
> On Sun, 3 Oct 1999, Nick Bauman wrote:
> >
> > I'm getting an intermittant error with an
> > Apache::Registry-based script. Every few invokations I
> > get an error message in my error log file that looks
> > like:
> >
> > Error: Too many arguments for
> > Apache::ROOT::myscript::mysubroutine ...
> >
> > I've not seen this before. any links or pointers would
> > help.
> 
> does mysubroutine() have a prototype?

Reply via email to