On Mon, Apr 21, 2008 at 3:48 PM, Eli Shemer <[EMAIL PROTECTED]> wrote: > eval{ > > tie %session, 'Apache::Session::MySQL', $id, > { > Handle => $dbh, > LockHandle => $dbh > }; > } > > Same behavior as I previously mentioned when the Tainted is enabled in > DBI->Connect
I think you should try writing a command-line script using DBI and see if you get the same behavior. - Perrin