in reply to Re: Using DBI::clone()
in thread Using DBI::clone()

Thats actually what I thought but I still didn't understand why each handle in the child (after forking) was the same. One would think (expect?) that they would be different.

I guess I'll just have to connect to the DB manually in the child post-fork.