in reply to Unable to preload Data::Dumper with mod_perl

In your modules use ::Dumper() its same as writing main::Dumper() Since thAt is where it currently is exported

but are you really dumpering that much all over so that adding use line is a hassle? Why?

  • Comment on Re: Unable to preload Data::Dumper with mod_perl