Image Counter
Copyleft 1997,1998 Kevin Meltzer
##################################

Files countained in the zip download are:
	img_counter.pl - The Perl script.
	img_counter.dat - Counter data file.
	README - This file.

Setting this script up:

1. Be sure the the path-to-perl on the script is the same as that
   on your machine. Default is #!/usr/bin/perl

2. $minLen should be set to the minimum number of numbers to be shown.
   If you set it to 1, the count will be shown as it exactly is. If, 
   for example, you set it to 5 and you count is 21, it would be shown 
   as 00021.

3. $isInverse should be set to 1 or 0. 1 give you white digits on
   black and 0 gives you black digits on white.

4. chmod the script to 755 so it is executable.

5. chmod the data file to 777 so it is writable.

6. Call this script from the <img> tag as shown:
   <img src="pathToScript/img_counter.pl?CounterDataFile">
   So, for example, if your CounterDataFile was count.txt in the /file dir :
   <img src="cgi-bin/img_counter.pl?file/count.txt>

7. Send me email to let me know where it is being used!

Comments, feedback and suggestions to kmeltz@cris.com
