counter.xbm

To put a visitor counter like this on your web page, put an image tag in your HTML document like:
<IMG SRC="http://www.med.kagawa-u.ac.jp:80/~genomelb/takezaki/poptree2/cgi-bin/countcgi.pl?unique_id">
where "unique_id" is a unique identifier for your counter.

When creating a new counter you can set the starting value by adding a count parameter to the URL. So if the counter "qwerty" didn't exist, accessing the URL
http://www.med.kagawa-u.ac.jp:80/~genomelb/takezaki/poptree2/cgi-bin/countcgi.pl?qwerty&COUNT=1234
will create a new counter called "qwerty" with its counter set to 1234.
The counter can only be set when creating a new counter.