Hi all... I've got a bunch of scripts which all rely on some shared library code which I've written, and the whole thing is running under Apache::Registry... Sometimes, when I make a change to one of the scripts and then hit reload in order to test it, the server comes back with an internal server error, and puts some weird perl error messages about functions having too many arguments in the error log. If I restart apache, the error goes away and everything works just fine until I make another change. I know that I'm not introducing new errors into the perl itself with these edits... Any idea why this might be going on? TIA... e.