Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I'm using the cgi-lib.pl in scripts with the "require" statement.
This works fine in the default /cgi-bin directory.
(I'm using a standard IIS web hosting).
But the same scripts in another cgi-bin directory located in a sub-directory from root ( /my_soft/cgi-bin ) do not work (blank page is returned instead).
- A simple perl script without any "require" works fine, so it is not an execute access problem.
- The global INC array contains '.' (current directory)
- So What is wrong ?
I'm very confused about the way perl can find this included files.
Any Idea ?
I'm using the cgi-lib.pl in scripts with the "require" statement.
This works fine in the default /cgi-bin directory.
(I'm using a standard IIS web hosting).
But the same scripts in another cgi-bin directory located in a sub-directory from root ( /my_soft/cgi-bin ) do not work (blank page is returned instead).
- A simple perl script without any "require" works fine, so it is not an execute access problem.
- The global INC array contains '.' (current directory)
- So What is wrong ?
I'm very confused about the way perl can find this included files.
Any Idea ?