jdrago999 has asked for the wisdom of the Perl Monks concerning the following question:

Esteemed Monks,

Knowing that the InactiveDestroy attribute on a DBI handle should be set to a true value before the parent forks a child process, is there some reason why I shouldn't set InactiveDestroy = 1 at all times?

UPDATE:

It turns out that AutoInactiveDestroy is the fix.