in reply to Re^2: simple web counter
in thread simple web counter

Add absolute /path/folder/ that is writeable by the webserver. For example /tmp/

use constant COUNT_FILE => "/tmp/count.dbm";
poj