in reply to Re^2: Prototype mismatch using mod_perl
in thread Prototype mismatch using mod_perl

You can import 'nothing' and then use full function names to get rid of these messages
use Encode(); Encode::encode(); Encode::decode();