Oh boy, where to start? Well, to put it simply, none of this will work because you can't serialize database handles. They are not just a simple collection of Perl data, since they involve XS code, open sockets, file handles, etc.
Why are you trying to do this anyway? If you just want to improve performance over standard CGI, use fastCGI with Zeus.