This error usually happens when two scripts or handlers (Apache::Registry in this case) call a function defined in a library without a package definition, or when the two use two libraries with different content but an identical name (as passed to require( )).
Chapter 6 provides in-depth coverage of this conundrum and numerous solutions.
 
Continue to: