Hi to all,
I am running a perl script under Windows 2003 IIS 6.0 server.In my script i try to read a html file.For that i have use the relative path
my $file="../templates/myfile.html";
But it says the file is not exist,which is existing.But when i use absolute path
(my $file="C:/Inetpub//cgi-bin/elearning/templates/myfile.html";) its working fine.
my wondering is that how do i do that path setting.
Thanks
Rajiv
|