I also noticed that the script for the demo and the directions in the support library in terms of what is needed for a Perl hosted site has conflicts. You might want to put in another sections for the demo or clean those up.
For example, this is what is said in the labrary-
# Path to your .include files
$config{'includes'} = '/home/httpd/cgi-bin/new/includes';
Couldn't find the include line in the demo w3tvars.
Then it says -
"# Path to your wwwthreads installation
$config{'languagepath'} = '/home/httpd/cgi-bin/w3t4/languages';
Same as above except to find path to languages folder "
No language line in the demo, also, the first line of this one should probably be-
#Path to your language installation.
Anyway, if we had a sample script of what these look like from a hosted site[or better yet the browser installer], then it would make this easier for me.
Then later under the create tables part in those directions it baffled me to. it says -
"1. You left out a " or ; or /
2. you put an additional / at the end of a line on w3tvars.pm
3. you forgot to change the reffer URL to
http://www.yourdomain.com "
Ok , now if I look in the library it doesn't have any / after the relative or direct urls for the directions.
$config{'cgiurl'} = 'http://www.yourdomain.com/cgi-bin/wwwthreads';
$config{'images'} = 'wwwthreads/w3timages';
$config{'languagepath'} = '/home/httpd/cgi-bin/w3t4/languages';
So isn't it true there should be no / at the end of any paths????
Hope this makes sense!