http://www.perlmonks.org?node_id=919199


in reply to Prototype mismatch using mod_perl

I'm just guessing, but it sounds like you're getting a mixture of libs from 2 different versions of perl.

Any chance you've got a PERL5LIB environment variable, are passing a -I path to your script, or are using 'use lib' statements that hard code /usr/share/perl5?


Mike