in reply to How do I use CGI::Session constructor method with Class::DBI?

I don't think you can do that at all. The CGI::Session constructor is not set up to work with Class::DBI, nor should it be, as it handles the "behind the scenes" stuff for you. You can, however, use CGI::Session and Class::DBI together in your application -- they just do different things. But as for instantiating the CGI::Session object, i see no reason to use Class::DBI even if you could.

As far as the third argument is concerned, you have to inspect the source for CGI::Session::MySQL to see that the only items you can specify here are:

jeffa

L-LL-L--L-LL-L--L-LL-L--
-R--R-RR-R--R-RR-R--R-RR
B--B--B--B--B--B--B--B--
H---H---H---H---H---H---
(the triplet paradiddle with high-hat)
  • Comment on Re: How do I use CGI::Session constructor method with Class::DBI?