> #!/usr/bin/perl -w
> use strict;
> 
> ####################################
> # Setup begin
> $hompage = "/home/thx-1138/";
>
 
I'm think you mean "$homepage/counter.txt"

> $counterfile = "$homepage counter.txt"; #Full file path of counter.txt
>

and "$homepage/$i.gif"
 
> $imagefile{'0'}="$homepage 0.gif"; #Full file path of 0.gif
...

Nothing jumped out at me for the rest of this code, at least nothing that I
think would break it.  

Peter C.

Reply via email to