hogtied
02-06-2003, 12:03 AM
Hello,
I have this cgi just to test. All it suppose to do is write "print test" in a text file called accstats.txt.
Here's the script.
#!/usr/local/bin/perl
print "Content-type: text/html\n\n";
$accstats = "accstats.txt";
open (FILE, ">>$accstats");
print FILE "print test";
close (FILE);
I called my web hosting provider and they said that there is nothing wrong at their end. I find that hard to believe.
Anyone have anything to say about this. The more the better because this is the post I'm going to show them.
Thanks,
Hogtied :mad:
I have this cgi just to test. All it suppose to do is write "print test" in a text file called accstats.txt.
Here's the script.
#!/usr/local/bin/perl
print "Content-type: text/html\n\n";
$accstats = "accstats.txt";
open (FILE, ">>$accstats");
print FILE "print test";
close (FILE);
I called my web hosting provider and they said that there is nothing wrong at their end. I find that hard to believe.
Anyone have anything to say about this. The more the better because this is the post I'm going to show them.
Thanks,
Hogtied :mad: