|
|
sybperl-l Archive
Up Prev Next
From: "Ed Avis" <eda at waniasset dot com>
Subject: RE: Problem wit loading CTLib via CGI on WinXp
Date: Feb 4 2009 2:06PM
What I mean is this.
Write an ordinary CGI program - not using CTlib or anything fancy - that just tries to open a file and report how many bytes the file contains. Or if it fails to open the file it reports why (using $!).
First of all do it with some file that you know exists and is definitely readable, like C:\windows\win.ini or whatever. That will tell you your script is working.
Then try changing the filename to the one that is failing. What happens now?
That will let you see whether Apache, and CGI scripts it is running, can read that file.
--
Ed Avis
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
|