in reply to Re^4: Problem with "use Exporter qw(import);"
in thread Problem with "use Exporter qw(import);"

Caveat - you actually want to pre-load Exporter when using mod_perl and similar persistent architectures.

If you're running mod_perl with any sizable set of modules, Exporter is almost certain to be pre-loaded by something else.

  • Comment on Re^5: Problem with "use Exporter qw(import);"