in reply to Re: Re: Unloading a perl module
in thread Unloading a perl module

This is only true if your CGI scripts get loaded during startup, i.e. any modules you load and any modules they load during server startup will be shared via copy-on-write.