Re: [Cgi-session-user] Problem with CGI::Session v. 4.20 while generating a new session
Brought to you by:
sherzodr
From: Jerry C. <21...@gm...> - 2008-03-07 01:33:29
|
I'm a new user of CGI::Session. I ran into the same problem as described in this post from last year: http://sourceforge.net/mailarchive/message.php?msg_id=DD7DA0AF20A23F49BC1077FC296F0ECF039F5532%40mucse306.eu.infineon.com using perl 5.6.1. After hours of debugging, I figured out the cause: Scalar::Util is missing in my perl 5.6.1 Once I installed that package, the problem has gone away. Ulrich, hope this may help if you still have the problem. Jerry |