I have written a simple SSI counter, the problem is that it
works fine when I run it on the command line. If I run it in
my .shtml file it does not increment the counter everytime I
reload the page. I tried to display the results of the counter
by displaying it straight to the STDOUT
<!--#exec cmd="perl num.pl -f num.dat -i ./images" -->.
I have also tried to display the output to an .html file and
then displaying the file
<!--#include file="num.html" --> which works just fine,
but the counter does not get incremented on reloading the page.
SSI includes are enabled on the server.
Counter Code .
Thx.
Ozzy