in reply to Re^2: DBI Problem
in thread DBI Problem

Seems like a self contained problem to me.

It would be if you didn't use a global $dbh in your subroutine.

Where does the string "(in cleanup)" appear in your code. Is that the name of another subroutine ?

poj

Replies are listed 'Best First'.
Re^4: DBI Problem
by tultalk (Monk) on Sep 29, 2017 at 10:45 UTC

    Not in my code. Message in captured error file from system

      What versions of DBI and CGI::Session are you using ?

      print " DBI $DBI::VERSION CGI::Session $CGI::Session::VERSION ";
      poj