I am playing with session management, and want to use CGI::Session/MySQL for the job. I use CGI::Session at the top of my program, and set up the session with this code: $session = new CGI::Session("driver:MySQL", undef, {Handle=>$dbh});.
I am getting this error message
Can't locate object method "new" via package "CGI::Session" (perhaps y
+ou forgot to load "CGI::Session"?)
I am hosted with pair, and CGI::Session is listed as an installed module. My code is pretty much copied from the docs at search.cpan.org. Could someone please help me discover what I am doing wrong?