in reply to Re: get CGI::Session working
in thread get CGI::Session working
When you 'use lib', it is just appending that directory to the path where it will look for Perl modules.
I don't know if this makes a difference but can you remove that trailing / from the directory path?
Also, I wonder if the script is having a problem trying to create the file and is giving you an error.
CGI::Session is a great tool but it can be a pain to get working sometimes.
|
|---|