jponte has asked for the wisdom of the Perl Monks concerning the following question:
Empty/Missing/Bad Path to GMTime file
I put the file call gmtset.pl in the cgi-bin directory and gave proper permissions. A CGI file calls this gmtset.pl file this way
if ((-s "sets/gmtset.pl")) { require "sets/gmtset.pl";} else {print "Content-type: text/html\n\n"; print "Empty/Missing/Bad Path - GMTime file\n"; exit;}
I tried setting the path to the full URL http://www.mydomain.com/cgi-bin/sets/gmtset.pl but it did not work either.
I do not know what to do anymore. I called the hosting company and they said that I should be able to run it.
I would appreciate your help,
Jack
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Empty/Missing/Bad Path to GMTime file
by Corion (Patriarch) on Jul 08, 2005 at 10:54 UTC | |
|
Re: Empty/Missing/Bad Path to GMTime file
by Happy-the-monk (Canon) on Jul 08, 2005 at 10:54 UTC |