in reply to Re^4: CGI::Session Compilation Issues
in thread CGI::Session Compilation Issues
CGI::Session likely is installed properly, as your script compiles. As you still didn't provide a self-contained, minimal script that exhibits the behaviour, I can't reproduce your problem. Also, you still keep the value of $perl_directory to yourself, so I can only guess that it is either a relative path, and your webserver does not have the same current directory as you have when you run your script through the shell, or that it is a permission issue and the user your webserver runs as does not have the same permissions as you have on $perl_directory. But then again, you seem bent on blaming this on a CGI::Session compilation issue again and again, so maybe you'll find the solution there.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: CGI::Session Compilation Issues
by rpike (Scribe) on Feb 22, 2010 at 20:57 UTC | |
by Corion (Patriarch) on Feb 22, 2010 at 21:01 UTC | |
by Anonymous Monk on Feb 22, 2010 at 22:58 UTC |