Hi there,

Does anyone have any experience running WWWThreads under mod_perl? I
have just followed the installation instructions and at http restart I
get a lot of warnings as follows :

[Mon Aug 13 20:18:59 2001] w3t.pm: "my" variable $query masks earlier declaration in 
same scope at /home/waynep/wwwthreads/cgi-bin/modules/w3t.pm line 1747.
[Mon Aug 13 20:18:59 2001] w3t.pm: "my" variable $any masks earlier declaration in 
same scope at /home/waynep/wwwthreads/cgi-bin/modules/w3t.pm line 1758.
[Mon Aug 13 20:18:59 2001] w3t.pm: "my" variable $Viewable masks
earlier declaration in same scope at
/home/waynep/wwwthreads/cgi-bin/modules/w3t.pm line 1883.

Looking at the code, there are indeed multiple declarations of the
same variable using my in a single code block. This does not strike
me as a Good Thing...

Also, looking in the logs while running this product, I see the
following kinds of message (with PerlWarn On)

[Mon Aug 13 20:14:24 2001] postlist.pl: Use of uninitialized value in concatenation 
(.) or string at /home/waynep/wwwthreads/cgi-bin/postlist.pl line 622.
[Mon Aug 13 20:14:24 2001] postlist.pl: Use of uninitialized value in concatenation 
(.) or string at /home/waynep/wwwthreads/cgi-bin/postlist.pl line 632.
[Mon Aug 13 20:14:24 2001] postlist.pl: Use of uninitialized value in concatenation 
(.) or string at /home/waynep/wwwthreads/cgi-bin/postlist.pl line 946.
[Mon Aug 13 20:14:24 2001] postlist.pl: Use of uninitialized value in numeric gt (>) 
at /home/waynep/wwwthreads/cgi-bin/postlist.pl line 962.
[Mon Aug 13 20:14:24 2001] postlist.pl: Use of uninitialized value in
string ne at /home/waynep/wwwthreads/cgi-bin/modules/w3t.pm line 1222.

Once again I'm thinking that this can't be good. 

Does anyone have any opinions on this product (Good or bad welcomed)? 

Thanks,

-- 
- Wayne Pascoe
                                 | Intestines inside
[EMAIL PROTECTED]      | 
http://www.penguinpowered.org.uk | 

Reply via email to