
June 29th, 2001, 01:40 AM
|
|
Contributing User
|
|
Join Date: Jan 2001
Posts: 30
Time spent in forums: < 1 sec
Reputation Power: 8
|
|
Perl application: Linux to Windows NT porting.
Hello there...
I am trying to execute an application on Windows NT which was
running smoothly on a Linux Server.
I were using 3 library(.pl) files which were included into my code
using the "require" function.
These library files were placed in the same directory in which
my cgi scripts were and it functioned smoothly.
But when the same application was executed on NT, I got a message like "it can't locate the 3 .pl files".
I had placed all the files in C:\Inetpub\scripts\myfolder.
But when I placed the library files in
C:\Inetpub\scripts, it worked.
I would like to place the scripts and library files in the same folder.
Could anyone please help..
Thanks in advance..
Dups
|