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


in reply to Re^3: fastcgi broke my Exports
in thread fastcgi did NOT break my Exports, issue now resolved

Two things: can you show us the code where you call this, and why are you calling an exported function as a method? In general, methods are not something you would export.

Also, try this:

perl -e 'use My::Module::Account qw(_GenerateAccountSummary); _Generat +eAccountSummary();'