Hi All,
I have an interesting problem with paths and possibly
virtual directory's in IIS5, they are as follows:
If I use.......
use lib "cgi-bin/lib/florence";
I cannot use.....
require "cal.conf.pl";
As I would expect to, I have to use.....
require
"d:/pinalweb/cgi-bin/lib/cal.conf.pl";
I get the error that the script cannot find
"cal.conf.pl" in @INC even though the path "cgi-bin/lib/florence" is
located in the @INC.
For some reason, I have to use full qualified paths to
access any files from a script. Can someone point me to a solution to this
problem? It would seem this is an environment or permission type issue but I'm
stumped.
Bill you out there??? Oh master of all that is
Perl.......
TIA
Doyle
|
- Re: Path problems in IIS5 Doyle Johnson
- Re: Path problems in IIS5 ryddler