-Original Message-
From: R. Joseph Newton [mailto:[EMAIL PROTECTED]
Sent: Monday, December 08, 2003 8:42 PM
To: Ron Goral
Cc: Perl Beginners
Subject: Re: @INC paths on an IIS server
This strikes me as strange, because I have never had any problems using
module
placed correctly in
Ron Goral wrote:
> I am testing some scripts on an IIS server and receive the following error
> when I attempt to "use" a module:
>
> Can't locate DG_DatabaseManager.pm in @INC (@INC contains: C:/Perl/lib
> C:/Perl/site/lib .) at c:\inetpub\wwwroot\cgi-bin\develop\shp_crt\test.cgi
> line 9.
> BEGI
On Dec 8, 2003, at 10:41 AM, Jenda Krynicky wrote:
From: "Ron Goral" <[EMAIL PROTECTED]>
[..]
It appears that the "." directory is in @INC, but the script cannot
find
it even though DG_DatabaseManager.pm is in the same directory as
test.cgi. Am I wrong in thinking that "." represents the
"c:\inet
From: "Ron Goral" <[EMAIL PROTECTED]>
> I am testing some scripts on an IIS server and receive the following
> error when I attempt to "use" a module:
>
> Can't locate DG_DatabaseManager.pm in @INC (@INC contains: C:/Perl/lib
> C:/Perl/site/lib .) at
> c:\inetpub\wwwroot\cgi-bin\develop\shp_crt\te