&openDBH; # subroutine that # places open handle globally accessible at $DBH my %session; tie %session, 'Apache::Session::MySQL', undef, { Handle => $DBH, TableName => 'sessions2' };