> #!/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.
- did i do this correctly? Luinrandir Hernson
- Re: did i do this correctly? Jeff 'japhy' Pinyan
- Re: did i do this correctly? Eduard Grinvald
- RE: did i do this correctly? Peter Cornelius
- Re: did i do this correctly? Luinrandir Hernson
- Re: did i do this correctly? Eduard Grinvald
- Re: did i do this correctly? Luinrandir Hernson
- Peter Cornelius
