I'm working latest CGI module (version 4.3+) and when I try to create CGI:: Session objects in a pl file, it's throwing error saying Session.pm file not present. As it said Session.pm file is not existing in @INC. How come file missed and is there any fix for this.
Looks like CGI::Session isn't installed on your system. It's a separate distribution to CGI, so it needs to be installed separately.